#651E0F

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

Shades of Red Oxide #651E0F

Tints of Red Oxide #651E0F

Color information

#651E0F (or 0x651E0F) is unknown color: approx Red Oxide. HEX triplet: 65, 1E and 0F. RGB value is (101,30,15). Sum of RGB (Red+Green+Blue) = 101+30+15=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #651E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651E0F is #9AE1F0. Grayscale: #313131. Windows color (decimal): -10150385 or 990821. OLE color: 990821.

HSL color Cylindrical-coordinate representation of color #651E0F: hue angle of 10.47º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651E0F is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB1013015-
CMYK00.700.850.60
HSL10.47º74.14%22.75%-
HSV(B)10.47º85.15%39.61%-
XYZ5.923.730.86-
YUV49.52108.52164.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.18%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=69.18%
G=20.55%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101301500.700.850.6010.4774.1422.75
Hex651EF046553Ca4a17
Octal14536170106125741211227
Binary11001011111011110100011010101011111001010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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