#61130F

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

Shades of Red Oxide #61130F

Tints of Red Oxide #61130F

Color information

#61130F (or 0x61130F) is unknown color: approx Red Oxide. HEX triplet: 61, 13 and 0F. RGB value is (97,19,15). Sum of RGB (Red+Green+Blue) = 97+19+15=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #61130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61130F is #9EECF0. Grayscale: #292929. Windows color (decimal): -10415345 or 988001. OLE color: 988001.

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

Color convert

RGB971915-
CMYK00.800.850.62
HSL2.93º73.21%21.96%-
HSV(B)2.93º84.54%38.04%-
XYZ5.253.040.76-
YUV41.87112.84167.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=74.05%
G=14.50%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97191500.800.850.622.9373.2121.96
Hex6113F050553E34916
Octal1412317012012576311126
Binary110000110011111101010000101010111111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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