Html Css Color HEX #5B1A05 Caput Mortuum

📋 copy color: '#5B1A05'

red 91 ◦ green 26 ◦ blue 5

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

Shades of Caput Mortuum #5B1A05

Tints of Caput Mortuum #5B1A05

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.31%

 BLUE value IS 5 (2.34% from 255) = 4.1%

R = 74.59%
G = 21.31%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#5B1A05 (or 0x5B1A05) is known color: Caput Mortuum. HEX triplet: 5B, 1A and 05. RGB value is (91,26,5). Sum of RGB (Red+Green+Blue) = 91+26+5=122 (16% of max value = 765). Red value is 91 (35.94% from 255 or 74.59% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1A05 is #A4E5FA. Grayscale: #2B2B2B. Windows color (decimal): -10806779 or 334427. OLE color: 334427.

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

Color convert

RGB 91 26 5 -
CMYK 0 0.71 0.95 0.64
HSL 14.65º 0.9% 0.19% -
HSV(B) 14.65º 0.95% 0.36% -
XYZ 4.71 2.97 0.47 -
YUV 43.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 91 26 5 0 0.71 0.95 0.64 14.65 0.9 0.19
Hex 5B 1A 5 0 47 5F 40 F 5A 13
Octal 133 32 5 0 107 137 100 17 132 23
Binary 1011011 11010 101 0 1000111 1011111 1000000 1111 1011010 10011

Color Harmonies of #5B1A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1A05

Black with #5B1A05

Text Example


Text Example

White with #5B1A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,26,5); }

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

background-color css

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

 a { background-color: rgb(91,26,5); }

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

border-color css

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

 span { border-color: rgb(91,26,5); }

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