#612327

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

Shades of Burnt Crimson #612327

Tints of Burnt Crimson #612327

Color information

#612327 (or 0x612327) is unknown color: approx Burnt Crimson. HEX triplet: 61, 23 and 27. RGB value is (97,35,39). Sum of RGB (Red+Green+Blue) = 97+35+39=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #612327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612327 is #9EDCD8. Grayscale: #363636. Windows color (decimal): -10411225 or 2564961. OLE color: 2564961.

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

Color convert

RGB973539-
CMYK00.640.600.62
HSL356.13º46.97%25.88%-
HSV(B)356.13º63.92%38.04%-
XYZ5.93.892.36-
YUV53.99119.54158.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=56.73%
G=20.47%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97353900.640.600.62356.1346.9725.88
Hex6123270403C3E1642f1a
Octal1414347010074765445732
Binary11000011000111001110100000011110011111010110010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612327; }

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

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

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

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

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

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

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

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