Html Css Color HEX #5C0514 Pohutukawa

📋 copy color: '#5C0514'

red 92 ◦ green 5 ◦ blue 20

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

Shades of Pohutukawa #5C0514

Tints of Pohutukawa #5C0514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.27%

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

R = 78.63%
G = 4.27%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#5C0514 (or 0x5C0514) is known color: Pohutukawa. HEX triplet: 5C, 05 and 14. RGB value is (92,5,20). Sum of RGB (Red+Green+Blue) = 92+5+20=117 (15% of max value = 765). Red value is 92 (36.33% from 255 or 78.63% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0514 is #A3FAEB. Grayscale: #202020. Windows color (decimal): -10746604 or 1312092. OLE color: 1312092.

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

Color convert

RGB 92 5 20 -
CMYK 0 0.95 0.78 0.64
HSL 349.66º 0.9% 0.19% -
HSV(B) 349.66º 0.95% 0.36% -
XYZ 4.59 2.43 0.89 -
YUV 32.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 92 5 20 0 0.95 0.78 0.64 349.66 0.9 0.19
Hex 5C 5 14 0 5F 4E 40 15E 5A 13
Octal 134 5 24 0 137 116 100 536 132 23
Binary 1011100 101 10100 0 1011111 1001110 1000000 101011110 1011010 10011

Color Harmonies of #5C0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0514

Black with #5C0514

Text Example


Text Example

White with #5C0514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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