#600F1F

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

Shades of Pohutukawa #600F1F

Tints of Pohutukawa #600F1F

Color information

#600F1F (or 0x600F1F) is unknown color: approx Pohutukawa. HEX triplet: 60, 0F and 1F. RGB value is (96,15,31). Sum of RGB (Red+Green+Blue) = 96+15+31=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #600F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F1F is #9FF0E0. Grayscale: #292929. Windows color (decimal): -10481889 or 2035552. OLE color: 2035552.

HSL color Cylindrical-coordinate representation of color #600F1F: hue angle of 348.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F1F is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB961531-
CMYK00.840.680.62
HSL348.15º72.97%21.76%-
HSV(B)348.15º84.38%37.65%-
XYZ5.242.931.59-
YUV41.04122.34167.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.61%
GREEN value IS 15 (6.25% from 255) = 10.56%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=67.61%
G=10.56%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96153100.840.680.62348.1572.9721.76
Hex60F1F054443E15c4916
Octal140173701241047653411126
Binary1100000111111111010101001000100111110101011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600F1F; }

 p { color: rgb(96,15,31); }

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

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

 a { background-color: rgb(96,15,31); }

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

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

 span { border-color: rgb(96,15,31); }

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