#651702

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

Shades of Red Oxide #651702

Tints of Red Oxide #651702

Color information

#651702 (or 0x651702) is unknown color: approx Red Oxide. HEX triplet: 65, 17 and 02. RGB value is (101,23,2). Sum of RGB (Red+Green+Blue) = 101+23+2=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #651702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651702 is #9AE8FD. Grayscale: #2C2C2C. Windows color (decimal): -10152190 or 137061. OLE color: 137061.

HSL color Cylindrical-coordinate representation of color #651702: hue angle of 12.73º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #651702 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB101232-
CMYK00.770.980.60
HSL12.73º96.12%20.2%-
HSV(B)12.73º98.02%39.61%-
XYZ5.683.380.41-
YUV43.93104.34168.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.16%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=80.16%
G=18.25%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10123200.770.980.6012.7396.1220.2
Hex6517204D623Cd6014
Octal1452720115142741514024
Binary110010110111100100110111000101111001101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651702; }

 p { color: rgb(101,23,2); }

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

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

 a { background-color: rgb(101,23,2); }

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

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

 span { border-color: rgb(101,23,2); }

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