#581416

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

Shades of Burnt Crimson #581416

Tints of Burnt Crimson #581416

Color information

#581416 (or 0x581416) is unknown color: approx Burnt Crimson. HEX triplet: 58, 14 and 16. RGB value is (88,20,22). Sum of RGB (Red+Green+Blue) = 88+20+22=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581416 is #A7EBE9. Grayscale: #282828. Windows color (decimal): -11004906 or 1447000. OLE color: 1447000.

HSL color Cylindrical-coordinate representation of color #581416: hue angle of 358.24º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581416 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB882022-
CMYK00.770.750.65
HSL358.24º62.96%21.18%-
HSV(B)358.24º77.27%34.51%-
XYZ4.422.631.03-
YUV40.56117.53161.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.69%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=67.69%
G=15.38%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88202200.770.750.65358.2462.9621.18
Hex58141604D4B411663f15
Octal130242601151131015467725
Binary10110001010010110010011011001011100000110110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581416; }

 p { color: rgb(88,20,22); }

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

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

 a { background-color: rgb(88,20,22); }

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

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

 span { border-color: rgb(88,20,22); }

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