Html Css Color HEX #600F19 Pohutukawa

📋 copy color: '#600F19'

red 96 ◦ green 15 ◦ blue 25

#600F19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #600F19

Tints of Pohutukawa #600F19

RGB

 RED value IS 96 (37.89% from 255) = 70.59%

 GREEN value IS 15 (6.25% from 255) = 11.03%

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 70.59%
G = 11.03%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#600F19 (or 0x600F19) is known color: Pohutukawa. HEX triplet: 60, 0F and 19. RGB value is (96,15,25). Sum of RGB (Red+Green+Blue) = 96+15+25=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #600F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F19 is #9FF0E6. Grayscale: #282828. Windows color (decimal): -10481895 or 1642336. OLE color: 1642336.

HSL color Cylindrical-coordinate representation of color #600F19: hue angle of 352.59º 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 #600F19 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 25 -
CMYK 0 0.84 0.74 0.62
HSL 352.59º 0.73% 0.22% -
HSV(B) 352.59º 0.84% 0.38% -
XYZ 5.17 2.9 1.21 -
YUV 40.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 96 15 25 0 0.84 0.74 0.62 352.59 0.73 0.22
Hex 60 F 19 0 54 4A 3E 161 49 16
Octal 140 17 31 0 124 112 76 541 111 26
Binary 1100000 1111 11001 0 1010100 1001010 111110 101100001 1001001 10110

Color Harmonies of #600F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F19

Black with #600F19

Text Example


Text Example

White with #600F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #600F19;
 }
 .AnyTagClassName
 {
   color: #600F19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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