Html Css Color HEX #551F0D Caput Mortuum

📋 copy color: '#551F0D'

red 85 ◦ green 31 ◦ blue 13

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

Shades of Caput Mortuum #551F0D

Tints of Caput Mortuum #551F0D

RGB

 RED value IS 85 (33.59% from 255) = 65.89%

 GREEN value IS 31 (12.5% from 255) = 24.03%

 BLUE value IS 13 (5.47% from 255) = 10.08%

R = 65.89%
G = 24.03%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#551F0D (or 0x551F0D) is known color: Caput Mortuum. HEX triplet: 55, 1F and 0D. RGB value is (85,31,13). Sum of RGB (Red+Green+Blue) = 85+31+13=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F0D is #AAE0F2. Grayscale: #2D2D2D. Windows color (decimal): -11198707 or 859989. OLE color: 859989.

HSL color Cylindrical-coordinate representation of color #551F0D: hue angle of 15º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551F0D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 31 13 -
CMYK 0 0.64 0.85 0.67
HSL 15º 0.73% 0.19% -
HSV(B) 15º 0.85% 0.33% -
XYZ 4.31 2.94 0.72 -
YUV 45.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 85 31 13 0 0.64 0.85 0.67 15 0.73 0.19
Hex 55 1F D 0 40 55 43 F 49 13
Octal 125 37 15 0 100 125 103 17 111 23
Binary 1010101 11111 1101 0 1000000 1010101 1000011 1111 1001001 10011

Color Harmonies of #551F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F0D

Black with #551F0D

Text Example


Text Example

White with #551F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551F0D; }

 p { color: rgb(85,31,13); }

 H1.HeaderClassName
 {
   color: #551F0D;
 }
 .AnyTagClassName
 {
   color: #551F0D;
 }
</style>

background-color css

<style>
 a { background-color: #551F0D; }

 a { background-color: rgb(85,31,13); }

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

border-color css

<style>
 span { border-color: #551F0D; }

 span { border-color: rgb(85,31,13); }

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