Html Css Color HEX #601B2C Pohutukawa

📋 copy color: '#601B2C'

red 96 ◦ green 27 ◦ blue 44

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

Shades of Pohutukawa #601B2C

Tints of Pohutukawa #601B2C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.17%

 BLUE value IS 44 (17.58% from 255) = 26.35%

R = 57.49%
G = 16.17%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#601B2C (or 0x601B2C) is known color: Pohutukawa. HEX triplet: 60, 1B and 2C. RGB value is (96,27,44). Sum of RGB (Red+Green+Blue) = 96+27+44=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #601B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601B2C is #9FE4D3. Grayscale: #313131. Windows color (decimal): -10478804 or 2890592. OLE color: 2890592.

HSL color Cylindrical-coordinate representation of color #601B2C: hue angle of 345.22º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #601B2C is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 27 44 -
CMYK 0 0.72 0.54 0.62
HSL 345.22º 0.56% 0.24% -
HSV(B) 345.22º 0.72% 0.38% -
XYZ 5.67 3.45 2.75 -
YUV 49.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 96 27 44 0 0.72 0.54 0.62 345.22 0.56 0.24
Hex 60 1B 2C 0 48 36 3E 159 38 18
Octal 140 33 54 0 110 66 76 531 70 30
Binary 1100000 11011 101100 0 1001000 110110 111110 101011001 111000 11000

Color Harmonies of #601B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601B2C

Black with #601B2C

Text Example


Text Example

White with #601B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601B2C; }

 p { color: rgb(96,27,44); }

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

background-color css

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

 a { background-color: rgb(96,27,44); }

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

border-color css

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

 span { border-color: rgb(96,27,44); }

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