Html Css Color HEX #55191D Burnt Crimson

📋 copy color: '#55191D'

red 85 ◦ green 25 ◦ blue 29

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

Shades of Burnt Crimson #55191D

Tints of Burnt Crimson #55191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.99%

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

R = 61.15%
G = 17.99%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55191D (or 0x55191D) is known color: Burnt Crimson. HEX triplet: 55, 19 and 1D. RGB value is (85,25,29). Sum of RGB (Red+Green+Blue) = 85+25+29=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #55191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55191D is #AAE6E2. Grayscale: #2B2B2B. Windows color (decimal): -11200227 or 1907029. OLE color: 1907029.

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

Color convert

RGB 85 25 29 -
CMYK 0 0.71 0.66 0.67
HSL 356º 0.55% 0.22% -
HSV(B) 356º 0.71% 0.33% -
XYZ 4.32 2.72 1.46 -
YUV 43.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 85 25 29 0 0.71 0.66 0.67 356 0.55 0.22
Hex 55 19 1D 0 47 42 43 164 37 16
Octal 125 31 35 0 107 102 103 544 67 26
Binary 1010101 11001 11101 0 1000111 1000010 1000011 101100100 110111 10110

Color Harmonies of #55191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55191D

Black with #55191D

Text Example


Text Example

White with #55191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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