Html Css Color HEX #5B200E Caput Mortuum

📋 copy color: '#5B200E'

red 91 ◦ green 32 ◦ blue 14

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

Shades of Caput Mortuum #5B200E

Tints of Caput Mortuum #5B200E

RGB

 RED value IS 91 (35.94% from 255) = 66.42%

 GREEN value IS 32 (12.89% from 255) = 23.36%

 BLUE value IS 14 (5.86% from 255) = 10.22%

R = 66.42%
G = 23.36%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#5B200E (or 0x5B200E) is known color: Caput Mortuum. HEX triplet: 5B, 20 and 0E. RGB value is (91,32,14). Sum of RGB (Red+Green+Blue) = 91+32+14=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B200E is #A4DFF1. Grayscale: #2F2F2F. Windows color (decimal): -10805234 or 925787. OLE color: 925787.

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

Color convert

RGB 91 32 14 -
CMYK 0 0.65 0.85 0.64
HSL 14.03º 0.73% 0.21% -
HSV(B) 14.03º 0.85% 0.36% -
XYZ 4.91 3.29 0.79 -
YUV 47.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 91 32 14 0 0.65 0.85 0.64 14.03 0.73 0.21
Hex 5B 20 E 0 41 55 40 E 49 15
Octal 133 40 16 0 101 125 100 16 111 25
Binary 1011011 100000 1110 0 1000001 1010101 1000000 1110 1001001 10101

Color Harmonies of #5B200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B200E

Black with #5B200E

Text Example


Text Example

White with #5B200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,32,14); }

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

background-color css

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

 a { background-color: rgb(91,32,14); }

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

border-color css

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

 span { border-color: rgb(91,32,14); }

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