#651A19

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

Shades of Red Oxide #651A19

Tints of Red Oxide #651A19

Color information

#651A19 (or 0x651A19) is unknown color: approx Red Oxide. HEX triplet: 65, 1A and 19. RGB value is (101,26,25). Sum of RGB (Red+Green+Blue) = 101+26+25=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #651A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651A19 is #9AE5E6. Grayscale: #303030. Windows color (decimal): -10151399 or 1645157. OLE color: 1645157.

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

Color convert

RGB1012625-
CMYK00.740.750.60
HSL0.79º60.32%24.71%-
HSV(B)0.79º75.25%39.61%-
XYZ5.913.581.3-
YUV48.31114.85165.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.45%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=66.45%
G=17.11%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101262500.740.750.600.7960.3224.71
Hex651A1904A4B3C13c19
Octal145323101121137417431
Binary11001011101011001010010101001011111100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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