Html Css Color HEX #5B200F Caput Mortuum

📋 copy color: '#5B200F'

red 91 ◦ green 32 ◦ blue 15

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

Shades of Caput Mortuum #5B200F

Tints of Caput Mortuum #5B200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.87%

R = 65.94%
G = 23.19%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#5B200F (or 0x5B200F) is known color: Caput Mortuum. HEX triplet: 5B, 20 and 0F. RGB value is (91,32,15). Sum of RGB (Red+Green+Blue) = 91+32+15=138 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.94% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 91 - color contains mainly: red. Hex color #5B200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B200F is #A4DFF0. Grayscale: #2F2F2F. Windows color (decimal): -10805233 or 991323. OLE color: 991323.

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

Color convert

RGB 91 32 15 -
CMYK 0 0.65 0.84 0.64
HSL 13.42º 0.72% 0.21% -
HSV(B) 13.42º 0.84% 0.36% -
XYZ 4.92 3.29 0.83 -
YUV 47.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 91 32 15 0 0.65 0.84 0.64 13.42 0.72 0.21
Hex 5B 20 F 0 41 54 40 D 48 15
Octal 133 40 17 0 101 124 100 15 110 25
Binary 1011011 100000 1111 0 1000001 1010100 1000000 1101 1001000 10101

Color Harmonies of #5B200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B200F

Black with #5B200F

Text Example


Text Example

White with #5B200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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