Html Css Color HEX #601419 Pohutukawa

📋 copy color: '#601419'

red 96 ◦ green 20 ◦ blue 25

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

Shades of Pohutukawa #601419

Tints of Pohutukawa #601419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 68.09%
G = 14.18%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#601419 (or 0x601419) is known color: Pohutukawa. HEX triplet: 60, 14 and 19. RGB value is (96,20,25). Sum of RGB (Red+Green+Blue) = 96+20+25=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #601419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601419 is #9FEBE6. Grayscale: #2B2B2B. Windows color (decimal): -10480615 or 1643616. OLE color: 1643616.

HSL color Cylindrical-coordinate representation of color #601419: hue angle of 356.05º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601419 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 25 -
CMYK 0 0.79 0.74 0.62
HSL 356.05º 0.66% 0.23% -
HSV(B) 356.05º 0.79% 0.38% -
XYZ 5.25 3.06 1.23 -
YUV 43.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 96 20 25 0 0.79 0.74 0.62 356.05 0.66 0.23
Hex 60 14 19 0 4F 4A 3E 164 42 17
Octal 140 24 31 0 117 112 76 544 102 27
Binary 1100000 10100 11001 0 1001111 1001010 111110 101100100 1000010 10111

Color Harmonies of #601419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601419

Black with #601419

Text Example


Text Example

White with #601419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601419; }

 p { color: rgb(96,20,25); }

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

background-color css

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

 a { background-color: rgb(96,20,25); }

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

border-color css

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

 span { border-color: rgb(96,20,25); }

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