#611A0F

Color #611A0F Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #611A0F

Tints of Red Oxide #611A0F

Color information

#611A0F (or 0x611A0F) is unknown color: approx Red Oxide. HEX triplet: 61, 1A and 0F. RGB value is (97,26,15). Sum of RGB (Red+Green+Blue) = 97+26+15=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #611A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A0F is #9EE5F0. Grayscale: #2E2E2E. Windows color (decimal): -10413553 or 989793. OLE color: 989793.

HSL color Cylindrical-coordinate representation of color #611A0F: hue angle of 8.05º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611A0F is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB972615-
CMYK00.730.850.62
HSL8.05º73.21%21.96%-
HSV(B)8.05º84.54%38.04%-
XYZ5.393.310.81-
YUV45.98110.52164.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=70.29%
G=18.84%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97261500.730.850.628.0573.2121.96
Hex611AF049553E84916
Octal14132170111125761011126
Binary11000011101011110100100110101011111101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,26,15); }

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

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

 a { background-color: rgb(97,26,15); }

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

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

 span { border-color: rgb(97,26,15); }

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