Html Css Color HEX #55221B Caput Mortuum

📋 copy color: '#55221B'

red 85 ◦ green 34 ◦ blue 27

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

Shades of Caput Mortuum #55221B

Tints of Caput Mortuum #55221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.29%

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 58.22%
G = 23.29%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#55221B (or 0x55221B) is known color: Caput Mortuum. HEX triplet: 55, 22 and 1B. RGB value is (85,34,27). Sum of RGB (Red+Green+Blue) = 85+34+27=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55221B is #AADDE4. Grayscale: #303030. Windows color (decimal): -11197925 or 1778261. OLE color: 1778261.

HSL color Cylindrical-coordinate representation of color #55221B: hue angle of 7.24º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55221B is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 27 -
CMYK 0 0.60 0.68 0.67
HSL 7.24º 0.52% 0.22% -
HSV(B) 7.24º 0.68% 0.33% -
XYZ 4.52 3.15 1.41 -
YUV 48.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 85 34 27 0 0.60 0.68 0.67 7.24 0.52 0.22
Hex 55 22 1B 0 3C 44 43 7 34 16
Octal 125 42 33 0 74 104 103 7 64 26
Binary 1010101 100010 11011 0 111100 1000100 1000011 111 110100 10110

Color Harmonies of #55221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55221B

Black with #55221B

Text Example


Text Example

White with #55221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55221B; }

 p { color: rgb(85,34,27); }

 H1.HeaderClassName
 {
   color: #55221B;
 }
 .AnyTagClassName
 {
   color: #55221B;
 }
</style>

background-color css

<style>
 a { background-color: #55221B; }

 a { background-color: rgb(85,34,27); }

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

border-color css

<style>
 span { border-color: #55221B; }

 span { border-color: rgb(85,34,27); }

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