Html Css Color HEX #601523 Pohutukawa

📋 copy color: '#601523'

red 96 ◦ green 21 ◦ blue 35

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

Shades of Pohutukawa #601523

Tints of Pohutukawa #601523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 63.16%
G = 13.82%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#601523 (or 0x601523) is known color: Pohutukawa. HEX triplet: 60, 15 and 23. RGB value is (96,21,35). Sum of RGB (Red+Green+Blue) = 96+21+35=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #601523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601523 is #9FEADC. Grayscale: #2D2D2D. Windows color (decimal): -10480349 or 2299232. OLE color: 2299232.

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

Color convert

RGB 96 21 35 -
CMYK 0 0.78 0.64 0.62
HSL 348.8º 0.64% 0.23% -
HSV(B) 348.8º 0.78% 0.38% -
XYZ 5.4 3.14 1.91 -
YUV 45.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 96 21 35 0 0.78 0.64 0.62 348.8 0.64 0.23
Hex 60 15 23 0 4E 40 3E 15D 40 17
Octal 140 25 43 0 116 100 76 535 100 27
Binary 1100000 10101 100011 0 1001110 1000000 111110 101011101 1000000 10111

Color Harmonies of #601523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601523

Black with #601523

Text Example


Text Example

White with #601523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601523; }

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

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

background-color css

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

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

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

border-color css

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

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

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