Html Css Color HEX #55271D Caput Mortuum

📋 copy color: '#55271D'

red 85 ◦ green 39 ◦ blue 29

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

Shades of Caput Mortuum #55271D

Tints of Caput Mortuum #55271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.49%

 BLUE value IS 29 (11.72% from 255) = 18.95%

R = 55.56%
G = 25.49%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55271D (or 0x55271D) is known color: Caput Mortuum. HEX triplet: 55, 27 and 1D. RGB value is (85,39,29). Sum of RGB (Red+Green+Blue) = 85+39+29=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55271D is #AAD8E2. Grayscale: #333333. Windows color (decimal): -11196643 or 1910613. OLE color: 1910613.

HSL color Cylindrical-coordinate representation of color #55271D: hue angle of 10.71º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55271D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 39 29 -
CMYK 0 0.54 0.66 0.67
HSL 10.71º 0.49% 0.22% -
HSV(B) 10.71º 0.66% 0.33% -
XYZ 4.69 3.47 1.58 -
YUV 51.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 85 39 29 0 0.54 0.66 0.67 10.71 0.49 0.22
Hex 55 27 1D 0 36 42 43 B 31 16
Octal 125 47 35 0 66 102 103 13 61 26
Binary 1010101 100111 11101 0 110110 1000010 1000011 1011 110001 10110

Color Harmonies of #55271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55271D

Black with #55271D

Text Example


Text Example

White with #55271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55271D; }

 p { color: rgb(85,39,29); }

 H1.HeaderClassName
 {
   color: #55271D;
 }
 .AnyTagClassName
 {
   color: #55271D;
 }
</style>

background-color css

<style>
 a { background-color: #55271D; }

 a { background-color: rgb(85,39,29); }

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

border-color css

<style>
 span { border-color: #55271D; }

 span { border-color: rgb(85,39,29); }

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