Html Css Color HEX #55161B Burnt Crimson

📋 copy color: '#55161B'

red 85 ◦ green 22 ◦ blue 27

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

Shades of Burnt Crimson #55161B

Tints of Burnt Crimson #55161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

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

R = 63.43%
G = 16.42%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#55161B (or 0x55161B) is known color: Burnt Crimson. HEX triplet: 55, 16 and 1B. RGB value is (85,22,27). Sum of RGB (Red+Green+Blue) = 85+22+27=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55161B is #AAE9E4. Grayscale: #292929. Windows color (decimal): -11200997 or 1775189. OLE color: 1775189.

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

Color convert

RGB 85 22 27 -
CMYK 0 0.74 0.68 0.67
HSL 355.24º 0.59% 0.21% -
HSV(B) 355.24º 0.74% 0.33% -
XYZ 4.23 2.58 1.31 -
YUV 41.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 85 22 27 0 0.74 0.68 0.67 355.24 0.59 0.21
Hex 55 16 1B 0 4A 44 43 163 3B 15
Octal 125 26 33 0 112 104 103 543 73 25
Binary 1010101 10110 11011 0 1001010 1000100 1000011 101100011 111011 10101

Color Harmonies of #55161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55161B

Black with #55161B

Text Example


Text Example

White with #55161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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