Html Css Color HEX #600523 Pohutukawa

📋 copy color: '#600523'

red 96 ◦ green 5 ◦ blue 35

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

Shades of Pohutukawa #600523

Tints of Pohutukawa #600523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

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

R = 70.59%
G = 3.68%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#600523 (or 0x600523) is known color: Pohutukawa. HEX triplet: 60, 05 and 23. RGB value is (96,5,35). Sum of RGB (Red+Green+Blue) = 96+5+35=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #600523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600523 is #9FFADC. Grayscale: #232323. Windows color (decimal): -10484445 or 2295136. OLE color: 2295136.

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

Color convert

RGB 96 5 35 -
CMYK 0 0.95 0.64 0.62
HSL 340.22º 0.9% 0.2% -
HSV(B) 340.22º 0.95% 0.38% -
XYZ 5.18 2.72 1.84 -
YUV 35.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 96 5 35 0 0.95 0.64 0.62 340.22 0.9 0.2
Hex 60 5 23 0 5F 40 3E 154 5A 14
Octal 140 5 43 0 137 100 76 524 132 24
Binary 1100000 101 100011 0 1011111 1000000 111110 101010100 1011010 10100

Color Harmonies of #600523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600523

Black with #600523

Text Example


Text Example

White with #600523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600523; }

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

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

background-color css

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

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

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

border-color css

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

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

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