Html Css Color HEX #551F27 Burnt Crimson

📋 copy color: '#551F27'

red 85 ◦ green 31 ◦ blue 39

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

Shades of Burnt Crimson #551F27

Tints of Burnt Crimson #551F27

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20%

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 54.84%
G = 20%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#551F27 (or 0x551F27) is known color: Burnt Crimson. HEX triplet: 55, 1F and 27. RGB value is (85,31,39). Sum of RGB (Red+Green+Blue) = 85+31+39=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F27 is #AAE0D8. Grayscale: #303030. Windows color (decimal): -11198681 or 2563925. OLE color: 2563925.

HSL color Cylindrical-coordinate representation of color #551F27: hue angle of 351.11º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #551F27 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 31 39 -
CMYK 0 0.64 0.54 0.67
HSL 351.11º 0.47% 0.23% -
HSV(B) 351.11º 0.64% 0.33% -
XYZ 4.6 3.06 2.27 -
YUV 48.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 85 31 39 0 0.64 0.54 0.67 351.11 0.47 0.23
Hex 55 1F 27 0 40 36 43 15F 2F 17
Octal 125 37 47 0 100 66 103 537 57 27
Binary 1010101 11111 100111 0 1000000 110110 1000011 101011111 101111 10111

Color Harmonies of #551F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F27

Black with #551F27

Text Example


Text Example

White with #551F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551F27; }

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

 H1.HeaderClassName
 {
   color: #551F27;
 }
 .AnyTagClassName
 {
   color: #551F27;
 }
</style>

background-color css

<style>
 a { background-color: #551F27; }

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

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

border-color css

<style>
 span { border-color: #551F27; }

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

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