Html Css Color HEX #5C0914 Pohutukawa

📋 copy color: '#5C0914'

red 92 ◦ green 9 ◦ blue 20

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

Shades of Pohutukawa #5C0914

Tints of Pohutukawa #5C0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 76.03%
G = 7.44%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#5C0914 (or 0x5C0914) is known color: Pohutukawa. HEX triplet: 5C, 09 and 14. RGB value is (92,9,20). Sum of RGB (Red+Green+Blue) = 92+9+20=121 (16% of max value = 765). Red value is 92 (36.33% from 255 or 76.03% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0914 is #A3F6EB. Grayscale: #232323. Windows color (decimal): -10745580 or 1313116. OLE color: 1313116.

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

Color convert

RGB 92 9 20 -
CMYK 0 0.90 0.78 0.64
HSL 352.05º 0.82% 0.2% -
HSV(B) 352.05º 0.9% 0.36% -
XYZ 4.64 2.52 0.9 -
YUV 35.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 92 9 20 0 0.90 0.78 0.64 352.05 0.82 0.2
Hex 5C 9 14 0 5A 4E 40 160 52 14
Octal 134 11 24 0 132 116 100 540 122 24
Binary 1011100 1001 10100 0 1011010 1001110 1000000 101100000 1010010 10100

Color Harmonies of #5C0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0914

Black with #5C0914

Text Example


Text Example

White with #5C0914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,9,20); }

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

background-color css

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

 a { background-color: rgb(92,9,20); }

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

border-color css

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

 span { border-color: rgb(92,9,20); }

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