Html Css Color HEX #601D28 Pohutukawa

📋 copy color: '#601D28'

red 96 ◦ green 29 ◦ blue 40

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

Shades of Pohutukawa #601D28

Tints of Pohutukawa #601D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.58%

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

R = 58.18%
G = 17.58%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#601D28 (or 0x601D28) is known color: Pohutukawa. HEX triplet: 60, 1D and 28. RGB value is (96,29,40). Sum of RGB (Red+Green+Blue) = 96+29+40=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #601D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D28 is #9FE2D7. Grayscale: #323232. Windows color (decimal): -10478296 or 2628960. OLE color: 2628960.

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

Color convert

RGB 96 29 40 -
CMYK 0 0.70 0.58 0.62
HSL 350.15º 0.54% 0.25% -
HSV(B) 350.15º 0.7% 0.38% -
XYZ 5.65 3.52 2.39 -
YUV 50.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 96 29 40 0 0.70 0.58 0.62 350.15 0.54 0.25
Hex 60 1D 28 0 46 3A 3E 15E 36 19
Octal 140 35 50 0 106 72 76 536 66 31
Binary 1100000 11101 101000 0 1000110 111010 111110 101011110 110110 11001

Color Harmonies of #601D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D28

Black with #601D28

Text Example


Text Example

White with #601D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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