Html Css Color HEX #601227 Pohutukawa

📋 copy color: '#601227'

red 96 ◦ green 18 ◦ blue 39

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

Shades of Pohutukawa #601227

Tints of Pohutukawa #601227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

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

R = 62.75%
G = 11.76%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#601227 (or 0x601227) is known color: Pohutukawa. HEX triplet: 60, 12 and 27. RGB value is (96,18,39). Sum of RGB (Red+Green+Blue) = 96+18+39=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #601227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601227 is #9FEDD8. Grayscale: #2B2B2B. Windows color (decimal): -10481113 or 2560608. OLE color: 2560608.

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

Color convert

RGB 96 18 39 -
CMYK 0 0.81 0.59 0.62
HSL 343.85º 0.68% 0.22% -
HSV(B) 343.85º 0.81% 0.38% -
XYZ 5.41 3.07 2.23 -
YUV 43.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 96 18 39 0 0.81 0.59 0.62 343.85 0.68 0.22
Hex 60 12 27 0 51 3B 3E 158 44 16
Octal 140 22 47 0 121 73 76 530 104 26
Binary 1100000 10010 100111 0 1010001 111011 111110 101011000 1000100 10110

Color Harmonies of #601227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601227

Black with #601227

Text Example


Text Example

White with #601227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601227; }

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

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

background-color css

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

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

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

border-color css

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

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

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