Html Css Color HEX #5C020A Pohutukawa

📋 copy color: '#5C020A'

red 92 ◦ green 2 ◦ blue 10

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

Shades of Pohutukawa #5C020A

Tints of Pohutukawa #5C020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.92%

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 88.46%
G = 1.92%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#5C020A (or 0x5C020A) is known color: Pohutukawa. HEX triplet: 5C, 02 and 0A. RGB value is (92,2,10). Sum of RGB (Red+Green+Blue) = 92+2+10=104 (13% of max value = 765). Red value is 92 (36.33% from 255 or 88.46% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 92 - color contains mainly: red. Hex color #5C020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C020A is #A3FDF5. Grayscale: #1D1D1D. Windows color (decimal): -10747382 or 655964. OLE color: 655964.

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

Color convert

RGB 92 2 10 -
CMYK 0 0.98 0.89 0.64
HSL 354.67º 0.96% 0.18% -
HSV(B) 354.67º 0.98% 0.36% -
XYZ 4.49 2.34 0.5 -
YUV 29.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 92 2 10 0 0.98 0.89 0.64 354.67 0.96 0.18
Hex 5C 2 A 0 62 59 40 163 60 12
Octal 134 2 12 0 142 131 100 543 140 22
Binary 1011100 10 1010 0 1100010 1011001 1000000 101100011 1100000 10010

Color Harmonies of #5C020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C020A

Black with #5C020A

Text Example


Text Example

White with #5C020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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