Html Css Color HEX #601122 Pohutukawa

📋 copy color: '#601122'

red 96 ◦ green 17 ◦ blue 34

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

Shades of Pohutukawa #601122

Tints of Pohutukawa #601122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.13%

R = 65.31%
G = 11.56%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#601122 (or 0x601122) is known color: Pohutukawa. HEX triplet: 60, 11 and 22. RGB value is (96,17,34). Sum of RGB (Red+Green+Blue) = 96+17+34=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #601122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601122 is #9FEEDD. Grayscale: #2A2A2A. Windows color (decimal): -10481374 or 2232672. OLE color: 2232672.

HSL color Cylindrical-coordinate representation of color #601122: hue angle of 347.09º 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 #601122 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 17 34 -
CMYK 0 0.82 0.65 0.62
HSL 347.09º 0.7% 0.22% -
HSV(B) 347.09º 0.82% 0.38% -
XYZ 5.31 3 1.81 -
YUV 42.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 96 17 34 0 0.82 0.65 0.62 347.09 0.7 0.22
Hex 60 11 22 0 52 41 3E 15B 46 16
Octal 140 21 42 0 122 101 76 533 106 26
Binary 1100000 10001 100010 0 1010010 1000001 111110 101011011 1000110 10110

Color Harmonies of #601122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601122

Black with #601122

Text Example


Text Example

White with #601122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601122; }

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

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

background-color css

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

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

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

border-color css

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

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

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