#61100F

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

Shades of Red Oxide #61100F

Tints of Red Oxide #61100F

Color information

#61100F (or 0x61100F) is unknown color: approx Red Oxide. HEX triplet: 61, 10 and 0F. RGB value is (97,16,15). Sum of RGB (Red+Green+Blue) = 97+16+15=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #61100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61100F is #9EEFF0. Grayscale: #282828. Windows color (decimal): -10416113 or 987233. OLE color: 987233.

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

Color convert

RGB971615-
CMYK00.840.850.62
HSL0.73º73.21%21.96%-
HSV(B)0.73º84.54%38.04%-
XYZ5.22.950.75-
YUV40.1113.84168.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.78%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=75.78%
G=12.5%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97161500.840.850.620.7373.2121.96
Hex6110F054553E14916
Octal1412017012412576111126
Binary11000011000011110101010010101011111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61100F; }

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

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

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

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

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

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

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

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