Html Css Color HEX #55161A Burnt Crimson

📋 copy color: '#55161A'

red 85 ◦ green 22 ◦ blue 26

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

Shades of Burnt Crimson #55161A

Tints of Burnt Crimson #55161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.55%

R = 63.91%
G = 16.54%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#55161A (or 0x55161A) is known color: Burnt Crimson. HEX triplet: 55, 16 and 1A. RGB value is (85,22,26). Sum of RGB (Red+Green+Blue) = 85+22+26=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #55161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55161A is #AAE9E5. Grayscale: #292929. Windows color (decimal): -11200998 or 1709653. OLE color: 1709653.

HSL color Cylindrical-coordinate representation of color #55161A: hue angle of 356.19º 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 #55161A is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 22 26 -
CMYK 0 0.74 0.69 0.67
HSL 356.19º 0.59% 0.21% -
HSV(B) 356.19º 0.74% 0.33% -
XYZ 4.22 2.58 1.25 -
YUV 41.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 85 22 26 0 0.74 0.69 0.67 356.19 0.59 0.21
Hex 55 16 1A 0 4A 45 43 164 3B 15
Octal 125 26 32 0 112 105 103 544 73 25
Binary 1010101 10110 11010 0 1001010 1000101 1000011 101100100 111011 10101

Color Harmonies of #55161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55161A

Black with #55161A

Text Example


Text Example

White with #55161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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