#630206

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

Shades of Pohutukawa #630206

Tints of Pohutukawa #630206

Color information

#630206 (or 0x630206) is unknown color: approx Pohutukawa. HEX triplet: 63, 02 and 06. RGB value is (99,2,6). Sum of RGB (Red+Green+Blue) = 99+2+6=107 (14% of max value = 765). Red value is 99 (39.06% from 255 or 92.52% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 99 - color contains mainly: red. Hex color #630206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630206 is #9CFDF9. Grayscale: #1F1F1F. Windows color (decimal): -10288634 or 393827. OLE color: 393827.

HSL color Cylindrical-coordinate representation of color #630206: hue angle of 357.53º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630206 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB9926-
CMYK00.980.940.61
HSL357.53º96.04%19.8%-
HSV(B)357.53º97.98%38.82%-
XYZ5.22.710.42-
YUV31.46113.64176.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 92.52%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=92.52%
G=1.87%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal992600.980.940.61357.5396.0419.8
Hex63260625E3D1666014
Octal1432601421367554614024
Binary110001110110011000101011110111101101100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630206; }

 p { color: rgb(99,2,6); }

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

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

 a { background-color: rgb(99,2,6); }

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

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

 span { border-color: rgb(99,2,6); }

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