#651D13

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

Shades of Red Oxide #651D13

Tints of Red Oxide #651D13

Color information

#651D13 (or 0x651D13) is unknown color: approx Red Oxide. HEX triplet: 65, 1D and 13. RGB value is (101,29,19). Sum of RGB (Red+Green+Blue) = 101+29+19=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #651D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651D13 is #9AE2EC. Grayscale: #313131. Windows color (decimal): -10150637 or 1252709. OLE color: 1252709.

HSL color Cylindrical-coordinate representation of color #651D13: hue angle of 7.32º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651D13 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1012919-
CMYK00.710.810.60
HSL7.32º68.33%23.53%-
HSV(B)7.32º81.19%39.61%-
XYZ5.923.691.02-
YUV49.39110.85164.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 67.79%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=67.79%
G=19.46%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101291900.710.810.607.3268.3323.53
Hex651D13047513C74418
Octal1453523010712174710430
Binary11001011110110011010001111010001111100111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,29,19); }

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

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

 a { background-color: rgb(101,29,19); }

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

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

 span { border-color: rgb(101,29,19); }

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