Html Css Color HEX #552021 Burnt Crimson

📋 copy color: '#552021'

red 85 ◦ green 32 ◦ blue 33

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

Shades of Burnt Crimson #552021

Tints of Burnt Crimson #552021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

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

R = 56.67%
G = 21.33%
B = 22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#552021 (or 0x552021) is known color: Burnt Crimson. HEX triplet: 55, 20 and 21. RGB value is (85,32,33). Sum of RGB (Red+Green+Blue) = 85+32+33=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #552021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552021 is #AADFDE. Grayscale: #303030. Windows color (decimal): -11198431 or 2170965. OLE color: 2170965.

HSL color Cylindrical-coordinate representation of color #552021: hue angle of 358.87º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552021 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 33 -
CMYK 0 0.62 0.61 0.67
HSL 358.87º 0.45% 0.23% -
HSV(B) 358.87º 0.62% 0.33% -
XYZ 4.54 3.07 1.79 -
YUV 47.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 85 32 33 0 0.62 0.61 0.67 358.87 0.45 0.23
Hex 55 20 21 0 3E 3D 43 167 2D 17
Octal 125 40 41 0 76 75 103 547 55 27
Binary 1010101 100000 100001 0 111110 111101 1000011 101100111 101101 10111

Color Harmonies of #552021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552021

Black with #552021

Text Example


Text Example

White with #552021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552021; }

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

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

background-color css

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

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

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

border-color css

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

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

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