Html Css Color HEX #601927 Pohutukawa

📋 copy color: '#601927'

red 96 ◦ green 25 ◦ blue 39

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

Shades of Pohutukawa #601927

Tints of Pohutukawa #601927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

 BLUE value IS 39 (15.63% from 255) = 24.38%

R = 60%
G = 15.63%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#601927 (or 0x601927) is known color: Pohutukawa. HEX triplet: 60, 19 and 27. RGB value is (96,25,39). Sum of RGB (Red+Green+Blue) = 96+25+39=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #601927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601927 is #9FE6D8. Grayscale: #2F2F2F. Windows color (decimal): -10479321 or 2562400. OLE color: 2562400.

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

Color convert

RGB 96 25 39 -
CMYK 0 0.74 0.59 0.62
HSL 348.17º 0.59% 0.24% -
HSV(B) 348.17º 0.74% 0.38% -
XYZ 5.54 3.33 2.27 -
YUV 47.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 96 25 39 0 0.74 0.59 0.62 348.17 0.59 0.24
Hex 60 19 27 0 4A 3B 3E 15C 3B 18
Octal 140 31 47 0 112 73 76 534 73 30
Binary 1100000 11001 100111 0 1001010 111011 111110 101011100 111011 11000

Color Harmonies of #601927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601927

Black with #601927

Text Example


Text Example

White with #601927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601927; }

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

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

background-color css

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

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

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

border-color css

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

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

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