#581F2A

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

Shades of Burnt Crimson #581F2A

Tints of Burnt Crimson #581F2A

Color information

#581F2A (or 0x581F2A) is unknown color: approx Burnt Crimson. HEX triplet: 58, 1F and 2A. RGB value is (88,31,42). Sum of RGB (Red+Green+Blue) = 88+31+42=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #581F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F2A is #A7E0D5. Grayscale: #313131. Windows color (decimal): -11002070 or 2760536. OLE color: 2760536.

HSL color Cylindrical-coordinate representation of color #581F2A: hue angle of 348.42º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #581F2A is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB883142-
CMYK00.650.520.65
HSL348.42º47.9%23.33%-
HSV(B)348.42º64.77%34.51%-
XYZ4.933.222.55-
YUV49.3123.88155.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=54.66%
G=19.25%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88314200.650.520.65348.4247.923.33
Hex581F2A041344115c3017
Octal13037520101641015346027
Binary10110001111110101001000001110100100000110101110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581F2A; }

 p { color: rgb(88,31,42); }

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

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

 a { background-color: rgb(88,31,42); }

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

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

 span { border-color: rgb(88,31,42); }

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