Html Css Color HEX #601127 Pohutukawa

📋 copy color: '#601127'

red 96 ◦ green 17 ◦ blue 39

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

Shades of Pohutukawa #601127

Tints of Pohutukawa #601127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

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

R = 63.16%
G = 11.18%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#601127 (or 0x601127) is known color: Pohutukawa. HEX triplet: 60, 11 and 27. RGB value is (96,17,39). Sum of RGB (Red+Green+Blue) = 96+17+39=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #601127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601127 is #9FEED8. Grayscale: #2B2B2B. Windows color (decimal): -10481369 or 2560352. OLE color: 2560352.

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

Color convert

RGB 96 17 39 -
CMYK 0 0.82 0.59 0.62
HSL 343.29º 0.7% 0.22% -
HSV(B) 343.29º 0.82% 0.38% -
XYZ 5.39 3.03 2.22 -
YUV 43.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 96 17 39 0 0.82 0.59 0.62 343.29 0.7 0.22
Hex 60 11 27 0 52 3B 3E 157 46 16
Octal 140 21 47 0 122 73 76 527 106 26
Binary 1100000 10001 100111 0 1010010 111011 111110 101010111 1000110 10110

Color Harmonies of #601127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601127

Black with #601127

Text Example


Text Example

White with #601127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601127; }

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

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

background-color css

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

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

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

border-color css

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

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

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