Html Css Color HEX #601A1E Pohutukawa

📋 copy color: '#601A1E'

red 96 ◦ green 26 ◦ blue 30

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

Shades of Pohutukawa #601A1E

Tints of Pohutukawa #601A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.74%

R = 63.16%
G = 17.11%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#601A1E (or 0x601A1E) is known color: Pohutukawa. HEX triplet: 60, 1A and 1E. RGB value is (96,26,30). Sum of RGB (Red+Green+Blue) = 96+26+30=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #601A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A1E is #9FE5E1. Grayscale: #2F2F2F. Windows color (decimal): -10479074 or 1972832. OLE color: 1972832.

HSL color Cylindrical-coordinate representation of color #601A1E: hue angle of 356.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 #601A1E is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 26 30 -
CMYK 0 0.73 0.69 0.62
HSL 356.57º 0.57% 0.24% -
HSV(B) 356.57º 0.73% 0.38% -
XYZ 5.43 3.32 1.58 -
YUV 47.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 96 26 30 0 0.73 0.69 0.62 356.57 0.57 0.24
Hex 60 1A 1E 0 49 45 3E 165 39 18
Octal 140 32 36 0 111 105 76 545 71 30
Binary 1100000 11010 11110 0 1001001 1000101 111110 101100101 111001 11000

Color Harmonies of #601A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A1E

Black with #601A1E

Text Example


Text Example

White with #601A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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