#612325

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

Shades of Burnt Crimson #612325

Tints of Burnt Crimson #612325

Color information

#612325 (or 0x612325) is unknown color: approx Burnt Crimson. HEX triplet: 61, 23 and 25. RGB value is (97,35,37). Sum of RGB (Red+Green+Blue) = 97+35+37=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612325 is #9EDCDA. Grayscale: #353535. Windows color (decimal): -10411227 or 2433889. OLE color: 2433889.

HSL color Cylindrical-coordinate representation of color #612325: hue angle of 358.06º 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 #612325 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB973537-
CMYK00.640.620.62
HSL358.06º46.97%25.88%-
HSV(B)358.06º63.92%38.04%-
XYZ5.863.882.19-
YUV53.77118.54158.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 37 (14.84% from 255) = 21.89%
R=57.40%
G=20.71%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97353700.640.620.62358.0646.9725.88
Hex6123250403E3E1662f1a
Octal1414345010076765465732
Binary11000011000111001010100000011111011111010110011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612325; }

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

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

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

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

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

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

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

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