#611E1F

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

Shades of Burnt Crimson #611E1F

Tints of Burnt Crimson #611E1F

Color information

#611E1F (or 0x611E1F) is unknown color: approx Burnt Crimson. HEX triplet: 61, 1E and 1F. RGB value is (97,30,31). Sum of RGB (Red+Green+Blue) = 97+30+31=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #611E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E1F is #9EE1E0. Grayscale: #323232. Windows color (decimal): -10412513 or 2039393. OLE color: 2039393.

HSL color Cylindrical-coordinate representation of color #611E1F: hue angle of 359.1º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E1F is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB973031-
CMYK00.690.680.62
HSL359.1º52.76%24.9%-
HSV(B)359.1º69.07%38.04%-
XYZ5.643.571.69-
YUV50.15117.2161.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=61.39%
G=18.99%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97303100.690.680.62359.152.7624.9
Hex611E1F045443E1673519
Octal14136370105104765476531
Binary1100001111101111101000101100010011111010110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611E1F; }

 p { color: rgb(97,30,31); }

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

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

 a { background-color: rgb(97,30,31); }

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

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

 span { border-color: rgb(97,30,31); }

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