#581014

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

Shades of Burnt Crimson #581014

Tints of Burnt Crimson #581014

Color information

#581014 (or 0x581014) is unknown color: approx Burnt Crimson. HEX triplet: 58, 10 and 14. RGB value is (88,16,20). Sum of RGB (Red+Green+Blue) = 88+16+20=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #581014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581014 is #A7EFEB. Grayscale: #262626. Windows color (decimal): -11005932 or 1314904. OLE color: 1314904.

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

Color convert

RGB881620-
CMYK00.820.770.65
HSL356.67º69.23%20.39%-
HSV(B)356.67º81.82%34.51%-
XYZ4.342.50.92-
YUV37.98117.85163.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.97%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=70.97%
G=12.90%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88162000.820.770.65356.6769.2320.39
Hex5810140524D411654514
Octal1302024012211510154510524
Binary101100010000101000101001010011011000001101100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581014; }

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

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

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

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

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

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

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

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