#651E0A

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

Shades of Red Oxide #651E0A

Tints of Red Oxide #651E0A

Color information

#651E0A (or 0x651E0A) is unknown color: approx Red Oxide. HEX triplet: 65, 1E and 0A. RGB value is (101,30,10). Sum of RGB (Red+Green+Blue) = 101+30+10=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #651E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651E0A is #9AE1F5. Grayscale: #313131. Windows color (decimal): -10150390 or 663141. OLE color: 663141.

HSL color Cylindrical-coordinate representation of color #651E0A: hue angle of 13.19º 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 #651E0A is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB1013010-
CMYK00.700.900.60
HSL13.19º81.98%21.76%-
HSV(B)13.19º90.1%39.61%-
XYZ5.893.720.69-
YUV48.95106.02165.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 71.63%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=71.63%
G=21.28%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101301000.700.900.6013.1981.9821.76
Hex651EA0465A3Cd5216
Octal14536120106132741512226
Binary11001011111010100100011010110101111001101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651E0A; }

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

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

<style>
 a { background-color: #651E0A; }

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

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

<style>
 span { border-color: #651E0A; }

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

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