#61170B

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

Shades of Red Oxide #61170B

Tints of Red Oxide #61170B

Color information

#61170B (or 0x61170B) is unknown color: approx Red Oxide. HEX triplet: 61, 17 and 0B. RGB value is (97,23,11). Sum of RGB (Red+Green+Blue) = 97+23+11=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #61170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61170B is #9EE8F4. Grayscale: #2B2B2B. Windows color (decimal): -10414325 or 726881. OLE color: 726881.

HSL color Cylindrical-coordinate representation of color #61170B: hue angle of 8.37º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61170B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB972311-
CMYK00.760.890.62
HSL8.37º79.63%21.18%-
HSV(B)8.37º88.66%38.04%-
XYZ5.33.180.65-
YUV43.76109.52165.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=74.05%
G=17.56%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97231100.760.890.628.3779.6321.18
Hex6117B04C593E85015
Octal14127130114131761012025
Binary11000011011110110100110010110011111101000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61170B; }

 p { color: rgb(97,23,11); }

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

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

 a { background-color: rgb(97,23,11); }

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

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

 span { border-color: rgb(97,23,11); }

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