#56232B

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

Shades of Burnt Crimson #56232B

Tints of Burnt Crimson #56232B

Color information

#56232B (or 0x56232B) is unknown color: approx Burnt Crimson. HEX triplet: 56, 23 and 2B. RGB value is (86,35,43). Sum of RGB (Red+Green+Blue) = 86+35+43=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56232B is #A9DCD4. Grayscale: #333333. Windows color (decimal): -11132117 or 2827094. OLE color: 2827094.

HSL color Cylindrical-coordinate representation of color #56232B: hue angle of 350.59º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56232B is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB863543-
CMYK00.590.500.66
HSL350.59º42.15%23.73%-
HSV(B)350.59º59.3%33.73%-
XYZ4.873.352.68-
YUV51.16123.4152.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=52.44%
G=21.34%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86354300.590.500.66350.5942.1523.73
Hex56232B03B324215f2a18
Octal1264353073621025375230
Binary10101101000111010110111011110010100001010101111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56232B; }

 p { color: rgb(86,35,43); }

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

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

 a { background-color: rgb(86,35,43); }

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

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

 span { border-color: rgb(86,35,43); }

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