Html Css Color HEX #601A2C Pohutukawa

📋 copy color: '#601A2C'

red 96 ◦ green 26 ◦ blue 44

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

Shades of Pohutukawa #601A2C

Tints of Pohutukawa #601A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.66%

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

R = 57.83%
G = 15.66%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#601A2C (or 0x601A2C) is known color: Pohutukawa. HEX triplet: 60, 1A and 2C. RGB value is (96,26,44). Sum of RGB (Red+Green+Blue) = 96+26+44=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #601A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A2C is #9FE5D3. Grayscale: #303030. Windows color (decimal): -10479060 or 2890336. OLE color: 2890336.

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

Color convert

RGB 96 26 44 -
CMYK 0 0.73 0.54 0.62
HSL 344.57º 0.57% 0.24% -
HSV(B) 344.57º 0.73% 0.38% -
XYZ 5.65 3.41 2.74 -
YUV 48.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 96 26 44 0 0.73 0.54 0.62 344.57 0.57 0.24
Hex 60 1A 2C 0 49 36 3E 159 39 18
Octal 140 32 54 0 111 66 76 531 71 30
Binary 1100000 11010 101100 0 1001001 110110 111110 101011001 111001 11000

Color Harmonies of #601A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A2C

Black with #601A2C

Text Example


Text Example

White with #601A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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