Html Css Color HEX #601F2C Pohutukawa

📋 copy color: '#601F2C'

red 96 ◦ green 31 ◦ blue 44

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

Shades of Pohutukawa #601F2C

Tints of Pohutukawa #601F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.13%

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

R = 56.14%
G = 18.13%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#601F2C (or 0x601F2C) is known color: Pohutukawa. HEX triplet: 60, 1F and 2C. RGB value is (96,31,44). Sum of RGB (Red+Green+Blue) = 96+31+44=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #601F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F2C is #9FE0D3. Grayscale: #333333. Windows color (decimal): -10477780 or 2891616. OLE color: 2891616.

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

Color convert

RGB 96 31 44 -
CMYK 0 0.68 0.54 0.62
HSL 348º 0.51% 0.25% -
HSV(B) 348º 0.68% 0.38% -
XYZ 5.77 3.65 2.78 -
YUV 51.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 96 31 44 0 0.68 0.54 0.62 348 0.51 0.25
Hex 60 1F 2C 0 44 36 3E 15C 33 19
Octal 140 37 54 0 104 66 76 534 63 31
Binary 1100000 11111 101100 0 1000100 110110 111110 101011100 110011 11001

Color Harmonies of #601F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F2C

Black with #601F2C

Text Example


Text Example

White with #601F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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