#630A1E

Color #630A1E Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #630A1E

Tints of Pohutukawa #630A1E

Color information

#630A1E (or 0x630A1E) is unknown color: approx Pohutukawa. HEX triplet: 63, 0A and 1E. RGB value is (99,10,30). Sum of RGB (Red+Green+Blue) = 99+10+30=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A1E is #9CF5E1. Grayscale: #262626. Windows color (decimal): -10286562 or 1968739. OLE color: 1968739.

HSL color Cylindrical-coordinate representation of color #630A1E: hue angle of 346.52º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A1E is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB991030-
CMYK00.900.700.61
HSL346.52º81.65%21.37%-
HSV(B)346.52º89.9%38.82%-
XYZ5.492.961.51-
YUV38.89122.99170.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 71.22%
GREEN value IS 10 (4.30% from 255) = 7.19%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=71.22%
G=7.19%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99103000.900.700.61346.5281.6521.37
Hex63A1E05A463D15b5215
Octal143123601321067553312225
Binary1100011101011110010110101000110111101101011011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630A1E; }

 p { color: rgb(99,10,30); }

 H1.HeaderClassName
 {
   color: #630A1E;
 }
 .AnyTagClassName
 {
   color: #630A1E;
 }
</style>
background-color css

<style>
 a { background-color: #630A1E; }

 a { background-color: rgb(99,10,30); }

 div.DivClassName
 {
   background-color: #630A1E;
 }
 .BgClassName
 {
   background-color: #630A1E;
 }
</style>
border-color css

<style>
 span { border-color: #630A1E; }

 span { border-color: rgb(99,10,30); }

 td.TdClassName
 {
   border-color: #630A1E;
 }
 .TagClassName
 {
   border-color: #630A1E;
 }
</style>