Html Css Color HEX #601427 Pohutukawa

📋 copy color: '#601427'

red 96 ◦ green 20 ◦ blue 39

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

Shades of Pohutukawa #601427

Tints of Pohutukawa #601427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

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

R = 61.94%
G = 12.9%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#601427 (or 0x601427) is known color: Pohutukawa. HEX triplet: 60, 14 and 27. RGB value is (96,20,39). Sum of RGB (Red+Green+Blue) = 96+20+39=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #601427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601427 is #9FEBD8. Grayscale: #2C2C2C. Windows color (decimal): -10480601 or 2561120. OLE color: 2561120.

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

Color convert

RGB 96 20 39 -
CMYK 0 0.79 0.59 0.62
HSL 345º 0.66% 0.23% -
HSV(B) 345º 0.79% 0.38% -
XYZ 5.44 3.13 2.24 -
YUV 44.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 96 20 39 0 0.79 0.59 0.62 345 0.66 0.23
Hex 60 14 27 0 4F 3B 3E 159 42 17
Octal 140 24 47 0 117 73 76 531 102 27
Binary 1100000 10100 100111 0 1001111 111011 111110 101011001 1000010 10111

Color Harmonies of #601427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601427

Black with #601427

Text Example


Text Example

White with #601427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601427; }

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

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

background-color css

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

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

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

border-color css

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

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

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