Html Css Color HEX #551E0F Caput Mortuum

📋 copy color: '#551E0F'

red 85 ◦ green 30 ◦ blue 15

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

Shades of Caput Mortuum #551E0F

Tints of Caput Mortuum #551E0F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.08%

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

R = 65.38%
G = 23.08%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#551E0F (or 0x551E0F) is known color: Caput Mortuum. HEX triplet: 55, 1E and 0F. RGB value is (85,30,15). Sum of RGB (Red+Green+Blue) = 85+30+15=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551E0F is #AAE1F0. Grayscale: #2C2C2C. Windows color (decimal): -11198961 or 990805. OLE color: 990805.

HSL color Cylindrical-coordinate representation of color #551E0F: hue angle of 12.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551E0F is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 30 15 -
CMYK 0 0.65 0.82 0.67
HSL 12.86º 0.7% 0.2% -
HSV(B) 12.86º 0.82% 0.33% -
XYZ 4.3 2.89 0.78 -
YUV 44.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 85 30 15 0 0.65 0.82 0.67 12.86 0.7 0.2
Hex 55 1E F 0 41 52 43 D 46 14
Octal 125 36 17 0 101 122 103 15 106 24
Binary 1010101 11110 1111 0 1000001 1010010 1000011 1101 1000110 10100

Color Harmonies of #551E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E0F

Black with #551E0F

Text Example


Text Example

White with #551E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,30,15); }

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

background-color css

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

 a { background-color: rgb(85,30,15); }

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

border-color css

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

 span { border-color: rgb(85,30,15); }

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