Html Css Color HEX #551F21 Burnt Crimson

📋 copy color: '#551F21'

red 85 ◦ green 31 ◦ blue 33

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

Shades of Burnt Crimson #551F21

Tints of Burnt Crimson #551F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.15%

R = 57.05%
G = 20.81%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#551F21 (or 0x551F21) is known color: Burnt Crimson. HEX triplet: 55, 1F and 21. RGB value is (85,31,33). Sum of RGB (Red+Green+Blue) = 85+31+33=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #551F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F21 is #AAE0DE. Grayscale: #2F2F2F. Windows color (decimal): -11198687 or 2170709. OLE color: 2170709.

HSL color Cylindrical-coordinate representation of color #551F21: hue angle of 357.78º 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 #551F21 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 31 33 -
CMYK 0 0.64 0.61 0.67
HSL 357.78º 0.47% 0.23% -
HSV(B) 357.78º 0.64% 0.33% -
XYZ 4.51 3.02 1.78 -
YUV 47.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 85 31 33 0 0.64 0.61 0.67 357.78 0.47 0.23
Hex 55 1F 21 0 40 3D 43 166 2F 17
Octal 125 37 41 0 100 75 103 546 57 27
Binary 1010101 11111 100001 0 1000000 111101 1000011 101100110 101111 10111

Color Harmonies of #551F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F21

Black with #551F21

Text Example


Text Example

White with #551F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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