Html Css Color HEX #5C0311 Pohutukawa

📋 copy color: '#5C0311'

red 92 ◦ green 3 ◦ blue 17

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

Shades of Pohutukawa #5C0311

Tints of Pohutukawa #5C0311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 82.14%
G = 2.68%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#5C0311 (or 0x5C0311) is known color: Pohutukawa. HEX triplet: 5C, 03 and 11. RGB value is (92,3,17). Sum of RGB (Red+Green+Blue) = 92+3+17=112 (14% of max value = 765). Red value is 92 (36.33% from 255 or 82.14% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0311 is #A3FCEE. Grayscale: #1F1F1F. Windows color (decimal): -10747119 or 1114972. OLE color: 1114972.

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

Color convert

RGB 92 3 17 -
CMYK 0 0.97 0.82 0.64
HSL 350.56º 0.94% 0.19% -
HSV(B) 350.56º 0.97% 0.36% -
XYZ 4.55 2.38 0.75 -
YUV 31.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 92 3 17 0 0.97 0.82 0.64 350.56 0.94 0.19
Hex 5C 3 11 0 61 52 40 15F 5E 13
Octal 134 3 21 0 141 122 100 537 136 23
Binary 1011100 11 10001 0 1100001 1010010 1000000 101011111 1011110 10011

Color Harmonies of #5C0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0311

Black with #5C0311

Text Example


Text Example

White with #5C0311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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