Html Css Color HEX #601423 Pohutukawa

📋 copy color: '#601423'

red 96 ◦ green 20 ◦ blue 35

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

Shades of Pohutukawa #601423

Tints of Pohutukawa #601423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.18%

R = 63.58%
G = 13.25%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#601423 (or 0x601423) is known color: Pohutukawa. HEX triplet: 60, 14 and 23. RGB value is (96,20,35). Sum of RGB (Red+Green+Blue) = 96+20+35=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #601423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601423 is #9FEBDC. Grayscale: #2C2C2C. Windows color (decimal): -10480605 or 2298976. OLE color: 2298976.

HSL color Cylindrical-coordinate representation of color #601423: hue angle of 348.16º 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 #601423 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 35 -
CMYK 0 0.79 0.64 0.62
HSL 348.16º 0.66% 0.23% -
HSV(B) 348.16º 0.79% 0.38% -
XYZ 5.38 3.11 1.91 -
YUV 44.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 96 20 35 0 0.79 0.64 0.62 348.16 0.66 0.23
Hex 60 14 23 0 4F 40 3E 15C 42 17
Octal 140 24 43 0 117 100 76 534 102 27
Binary 1100000 10100 100011 0 1001111 1000000 111110 101011100 1000010 10111

Color Harmonies of #601423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601423

Black with #601423

Text Example


Text Example

White with #601423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601423; }

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

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

background-color css

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

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

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

border-color css

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

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

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