#630506

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

Shades of Pohutukawa #630506

Tints of Pohutukawa #630506

Color information

#630506 (or 0x630506) is unknown color: approx Pohutukawa. HEX triplet: 63, 05 and 06. RGB value is (99,5,6). Sum of RGB (Red+Green+Blue) = 99+5+6=110 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 99 - color contains mainly: red. Hex color #630506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630506 is #9CFAF9. Grayscale: #212121. Windows color (decimal): -10287866 or 394595. OLE color: 394595.

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

Color convert

RGB9956-
CMYK00.950.940.61
HSL359.36º90.38%20.39%-
HSV(B)359.36º94.95%38.82%-
XYZ5.232.770.43-
YUV33.22112.64174.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 90%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=90%
G=4.55%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal995600.950.940.61359.3690.3820.39
Hex635605F5E3D1675a14
Octal1435601371367554713224
Binary1100011101110010111111011110111101101100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630506; }

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

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

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

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

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

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

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

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