#612326

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

Shades of Burnt Crimson #612326

Tints of Burnt Crimson #612326

Color information

#612326 (or 0x612326) is unknown color: approx Burnt Crimson. HEX triplet: 61, 23 and 26. RGB value is (97,35,38). Sum of RGB (Red+Green+Blue) = 97+35+38=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #612326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612326 is #9EDCD9. Grayscale: #353535. Windows color (decimal): -10411226 or 2499425. OLE color: 2499425.

HSL color Cylindrical-coordinate representation of color #612326: hue angle of 357.1º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #612326 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB973538-
CMYK00.640.610.62
HSL357.1º46.97%25.88%-
HSV(B)357.1º63.92%38.04%-
XYZ5.883.882.27-
YUV53.88119.04158.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 38 (15.23% from 255) = 22.35%
R=57.06%
G=20.59%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97353800.640.610.62357.146.9725.88
Hex6123260403D3E1652f1a
Octal1414346010075765455732
Binary11000011000111001100100000011110111111010110010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612326; }

 p { color: rgb(97,35,38); }

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

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

 a { background-color: rgb(97,35,38); }

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

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

 span { border-color: rgb(97,35,38); }

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