Html Css Color HEX #601F28 Pohutukawa

📋 copy color: '#601F28'

red 96 ◦ green 31 ◦ blue 40

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

Shades of Pohutukawa #601F28

Tints of Pohutukawa #601F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.56%

 BLUE value IS 40 (16.02% from 255) = 23.95%

R = 57.49%
G = 18.56%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#601F28 (or 0x601F28) is known color: Pohutukawa. HEX triplet: 60, 1F and 28. RGB value is (96,31,40). Sum of RGB (Red+Green+Blue) = 96+31+40=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #601F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F28 is #9FE0D7. Grayscale: #333333. Windows color (decimal): -10477784 or 2629472. OLE color: 2629472.

HSL color Cylindrical-coordinate representation of color #601F28: hue angle of 351.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #601F28 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 31 40 -
CMYK 0 0.68 0.58 0.62
HSL 351.69º 0.51% 0.25% -
HSV(B) 351.69º 0.68% 0.38% -
XYZ 5.7 3.62 2.41 -
YUV 51.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 96 31 40 0 0.68 0.58 0.62 351.69 0.51 0.25
Hex 60 1F 28 0 44 3A 3E 160 33 19
Octal 140 37 50 0 104 72 76 540 63 31
Binary 1100000 11111 101000 0 1000100 111010 111110 101100000 110011 11001

Color Harmonies of #601F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F28

Black with #601F28

Text Example


Text Example

White with #601F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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