#651305

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

Shades of Red Oxide #651305

Tints of Red Oxide #651305

Color information

#651305 (or 0x651305) is unknown color: approx Red Oxide. HEX triplet: 65, 13 and 05. RGB value is (101,19,5). Sum of RGB (Red+Green+Blue) = 101+19+5=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #651305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651305 is #9AECFA. Grayscale: #2A2A2A. Windows color (decimal): -10153211 or 332645. OLE color: 332645.

HSL color Cylindrical-coordinate representation of color #651305: hue angle of 8.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #651305 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB101195-
CMYK00.810.950.60
HSL8.75º90.57%20.78%-
HSV(B)8.75º95.05%39.61%-
XYZ5.633.240.47-
YUV41.92107.17170.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.8%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 5 (2.34% from 255) = 4%
R=80.8%
G=15.2%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10119500.810.950.608.7590.5720.78
Hex651350515F3C95b15
Octal1452350121137741113325
Binary1100101100111010101000110111111111001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651305; }

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

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

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

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

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

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

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

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