#651D19

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

Shades of Red Oxide #651D19

Tints of Red Oxide #651D19

Color information

#651D19 (or 0x651D19) is unknown color: approx Red Oxide. HEX triplet: 65, 1D and 19. RGB value is (101,29,25). Sum of RGB (Red+Green+Blue) = 101+29+25=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #651D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651D19 is #9AE2E6. Grayscale: #323232. Windows color (decimal): -10150631 or 1645925. OLE color: 1645925.

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

Color convert

RGB1012925-
CMYK00.710.750.60
HSL3.16º60.32%24.71%-
HSV(B)3.16º75.25%39.61%-
XYZ5.983.721.32-
YUV50.07113.85164.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.16%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=65.16%
G=18.71%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101292500.710.750.603.1660.3224.71
Hex651D190474B3C33c19
Octal145353101071137437431
Binary110010111101110010100011110010111111001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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