#65190A

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

Shades of Red Oxide #65190A

Tints of Red Oxide #65190A

Color information

#65190A (or 0x65190A) is unknown color: approx Red Oxide. HEX triplet: 65, 19 and 0A. RGB value is (101,25,10). Sum of RGB (Red+Green+Blue) = 101+25+10=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #65190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65190A is #9AE6F5. Grayscale: #2E2E2E. Windows color (decimal): -10151670 or 661861. OLE color: 661861.

HSL color Cylindrical-coordinate representation of color #65190A: hue angle of 9.89º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65190A is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB1012510-
CMYK00.750.900.60
HSL9.89º81.98%21.76%-
HSV(B)9.89º90.1%39.61%-
XYZ5.773.480.66-
YUV46.01107.68167.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.26%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=74.26%
G=18.38%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101251000.750.900.609.8981.9821.76
Hex6519A04B5A3Ca5216
Octal14531120113132741212226
Binary11001011100110100100101110110101111001010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65190A; }

 p { color: rgb(101,25,10); }

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

<style>
 a { background-color: #65190A; }

 a { background-color: rgb(101,25,10); }

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

<style>
 span { border-color: #65190A; }

 span { border-color: rgb(101,25,10); }

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