#552126

Color #552126 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #552126

Tints of Burnt Crimson #552126

Color information

#552126 (or 0x552126) is unknown color: approx Burnt Crimson. HEX triplet: 55, 21 and 26. RGB value is (85,33,38). Sum of RGB (Red+Green+Blue) = 85+33+38=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552126 is #AADED9. Grayscale: #313131. Windows color (decimal): -11198170 or 2498901. OLE color: 2498901.

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

Color convert

RGB853338-
CMYK00.610.550.67
HSL354.23º44.07%23.14%-
HSV(B)354.23º61.18%33.33%-
XYZ4.643.162.2-
YUV49.12121.73153.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=54.49%
G=21.15%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85333800.610.550.67354.2344.0723.14
Hex55212603D37431622c17
Octal1254146075671035425427
Binary10101011000011001100111101110111100001110110001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552126; }

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

 H1.HeaderClassName
 {
   color: #552126;
 }
 .AnyTagClassName
 {
   color: #552126;
 }
</style>
background-color css

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

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

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

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

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

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