Html Css Color HEX #5C0312 Pohutukawa

📋 copy color: '#5C0312'

red 92 ◦ green 3 ◦ blue 18

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

Shades of Pohutukawa #5C0312

Tints of Pohutukawa #5C0312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 81.42%
G = 2.65%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#5C0312 (or 0x5C0312) is known color: Pohutukawa. HEX triplet: 5C, 03 and 12. RGB value is (92,3,18). Sum of RGB (Red+Green+Blue) = 92+3+18=113 (14% of max value = 765). Red value is 92 (36.33% from 255 or 81.42% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0312 is #A3FCED. Grayscale: #1F1F1F. Windows color (decimal): -10747118 or 1180508. OLE color: 1180508.

HSL color Cylindrical-coordinate representation of color #5C0312: hue angle of 349.89º 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 #5C0312 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 3 18 -
CMYK 0 0.97 0.80 0.64
HSL 349.89º 0.94% 0.19% -
HSV(B) 349.89º 0.97% 0.36% -
XYZ 4.56 2.38 0.79 -
YUV 31.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 92 3 18 0 0.97 0.80 0.64 349.89 0.94 0.19
Hex 5C 3 12 0 61 50 40 15E 5E 13
Octal 134 3 22 0 141 120 100 536 136 23
Binary 1011100 11 10010 0 1100001 1010000 1000000 101011110 1011110 10011

Color Harmonies of #5C0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0312

Black with #5C0312

Text Example


Text Example

White with #5C0312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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