Html Css Color HEX #551F0E Caput Mortuum

📋 copy color: '#551F0E'

red 85 ◦ green 31 ◦ blue 14

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

Shades of Caput Mortuum #551F0E

Tints of Caput Mortuum #551F0E

RGB

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

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

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

R = 65.38%
G = 23.85%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#551F0E (or 0x551F0E) is known color: Caput Mortuum. HEX triplet: 55, 1F and 0E. RGB value is (85,31,14). Sum of RGB (Red+Green+Blue) = 85+31+14=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551F0E is #AAE0F1. Grayscale: #2D2D2D. Windows color (decimal): -11198706 or 925525. OLE color: 925525.

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

Color convert

RGB 85 31 14 -
CMYK 0 0.64 0.84 0.67
HSL 14.37º 0.72% 0.19% -
HSV(B) 14.37º 0.84% 0.33% -
XYZ 4.32 2.94 0.76 -
YUV 45.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 85 31 14 0 0.64 0.84 0.67 14.37 0.72 0.19
Hex 55 1F E 0 40 54 43 E 48 13
Octal 125 37 16 0 100 124 103 16 110 23
Binary 1010101 11111 1110 0 1000000 1010100 1000011 1110 1001000 10011

Color Harmonies of #551F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F0E

Black with #551F0E

Text Example


Text Example

White with #551F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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