Html Css Color HEX #5C0A21 Pohutukawa

📋 copy color: '#5C0A21'

red 92 ◦ green 10 ◦ blue 33

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

Shades of Pohutukawa #5C0A21

Tints of Pohutukawa #5C0A21

RGB

 RED value IS 92 (36.33% from 255) = 68.15%

 GREEN value IS 10 (4.3% from 255) = 7.41%

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 68.15%
G = 7.41%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#5C0A21 (or 0x5C0A21) is known color: Pohutukawa. HEX triplet: 5C, 0A and 21. RGB value is (92,10,33). Sum of RGB (Red+Green+Blue) = 92+10+33=135 (17% of max value = 765). Red value is 92 (36.33% from 255 or 68.15% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0A21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0A21 is #A3F5DE. Grayscale: #252525. Windows color (decimal): -10745311 or 2165340. OLE color: 2165340.

HSL color Cylindrical-coordinate representation of color #5C0A21: hue angle of 343.17º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C0A21 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 10 33 -
CMYK 0 0.89 0.64 0.64
HSL 343.17º 0.8% 0.2% -
HSV(B) 343.17º 0.89% 0.36% -
XYZ 4.8 2.6 1.69 -
YUV 37.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 92 10 33 0 0.89 0.64 0.64 343.17 0.8 0.2
Hex 5C A 21 0 59 40 40 157 50 14
Octal 134 12 41 0 131 100 100 527 120 24
Binary 1011100 1010 100001 0 1011001 1000000 1000000 101010111 1010000 10100

Color Harmonies of #5C0A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0A21

Black with #5C0A21

Text Example


Text Example

White with #5C0A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C0A21; }

 p { color: rgb(92,10,33); }

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

background-color css

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

 a { background-color: rgb(92,10,33); }

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

border-color css

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

 span { border-color: rgb(92,10,33); }

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