Html Css Color HEX #5C0320 Pohutukawa

📋 copy color: '#5C0320'

red 92 ◦ green 3 ◦ blue 32

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

Shades of Pohutukawa #5C0320

Tints of Pohutukawa #5C0320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.36%

 BLUE value IS 32 (12.89% from 255) = 25.2%

R = 72.44%
G = 2.36%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#5C0320 (or 0x5C0320) is known color: Pohutukawa. HEX triplet: 5C, 03 and 20. RGB value is (92,3,32). Sum of RGB (Red+Green+Blue) = 92+3+32=127 (16% of max value = 765). Red value is 92 (36.33% from 255 or 72.44% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0320 is #A3FCDF. Grayscale: #202020. Windows color (decimal): -10747104 or 2098012. OLE color: 2098012.

HSL color Cylindrical-coordinate representation of color #5C0320: hue angle of 340.45º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0320 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 3 32 -
CMYK 0 0.97 0.65 0.64
HSL 340.45º 0.94% 0.19% -
HSV(B) 340.45º 0.97% 0.36% -
XYZ 4.71 2.44 1.59 -
YUV 32.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 92 3 32 0 0.97 0.65 0.64 340.45 0.94 0.19
Hex 5C 3 20 0 61 41 40 154 5E 13
Octal 134 3 40 0 141 101 100 524 136 23
Binary 1011100 11 100000 0 1100001 1000001 1000000 101010100 1011110 10011

Color Harmonies of #5C0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0320

Black with #5C0320

Text Example


Text Example

White with #5C0320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,3,32); }

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

background-color css

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

 a { background-color: rgb(92,3,32); }

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

border-color css

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

 span { border-color: rgb(92,3,32); }

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