#600007

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

Shades of Pohutukawa #600007

Tints of Pohutukawa #600007

Color information

#600007 (or 0x600007) is unknown color: approx Pohutukawa. HEX triplet: 60, 00 and 07. RGB value is (96,0,7). Sum of RGB (Red+Green+Blue) = 96+0+7=103 (13% of max value = 765). Red value is 96 (37.89% from 255 or 93.20% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 96 - color contains mainly: red. Hex color #600007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600007 is #9FFFF8. Grayscale: #1D1D1D. Windows color (decimal): -10485753 or 458848. OLE color: 458848.

HSL color Cylindrical-coordinate representation of color #600007: hue angle of 355.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600007 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB9607-
CMYK010.930.62
HSL355.62º100%18.82%-
HSV(B)355.62º100%37.65%-
XYZ4.862.50.43-
YUV29.5115.3175.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 93.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=93.20%
G=0%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9607010.930.62355.6210018.82
Hex60070645D3E1646413
Octal1400701441357654414423
Binary11000000111011001001011101111110101100100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600007; }

 p { color: rgb(96,0,7); }

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

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

 a { background-color: rgb(96,0,7); }

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

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

 span { border-color: rgb(96,0,7); }

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