#612124

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

Shades of Burnt Crimson #612124

Tints of Burnt Crimson #612124

Color information

#612124 (or 0x612124) is unknown color: approx Burnt Crimson. HEX triplet: 61, 21 and 24. RGB value is (97,33,36). Sum of RGB (Red+Green+Blue) = 97+33+36=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #612124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612124 is #9EDEDB. Grayscale: #343434. Windows color (decimal): -10411740 or 2367841. OLE color: 2367841.

HSL color Cylindrical-coordinate representation of color #612124: hue angle of 357.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612124 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB973336-
CMYK00.660.630.62
HSL357.19º49.23%25.49%-
HSV(B)357.19º65.98%38.04%-
XYZ5.793.762.09-
YUV52.48118.7159.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 33 (13.28% from 255) = 19.88%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=58.43%
G=19.88%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97333600.660.630.62357.1949.2325.49
Hex6121240423F3E1653119
Octal1414144010277765456131
Binary11000011000011001000100001011111111111010110010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612124; }

 p { color: rgb(97,33,36); }

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

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

 a { background-color: rgb(97,33,36); }

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

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

 span { border-color: rgb(97,33,36); }

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