Html Css Color HEX #601327 Pohutukawa

📋 copy color: '#601327'

red 96 ◦ green 19 ◦ blue 39

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

Shades of Pohutukawa #601327

Tints of Pohutukawa #601327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

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

R = 62.34%
G = 12.34%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#601327 (or 0x601327) is known color: Pohutukawa. HEX triplet: 60, 13 and 27. RGB value is (96,19,39). Sum of RGB (Red+Green+Blue) = 96+19+39=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #601327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601327 is #9FECD8. Grayscale: #2C2C2C. Windows color (decimal): -10480857 or 2560864. OLE color: 2560864.

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

Color convert

RGB 96 19 39 -
CMYK 0 0.80 0.59 0.62
HSL 344.42º 0.67% 0.23% -
HSV(B) 344.42º 0.8% 0.38% -
XYZ 5.42 3.1 2.23 -
YUV 44.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 96 19 39 0 0.80 0.59 0.62 344.42 0.67 0.23
Hex 60 13 27 0 50 3B 3E 158 43 17
Octal 140 23 47 0 120 73 76 530 103 27
Binary 1100000 10011 100111 0 1010000 111011 111110 101011000 1000011 10111

Color Harmonies of #601327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601327

Black with #601327

Text Example


Text Example

White with #601327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601327; }

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

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

background-color css

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

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

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

border-color css

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

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

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