#651005

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

Shades of Red Oxide #651005

Tints of Red Oxide #651005

Color information

#651005 (or 0x651005) is unknown color: approx Red Oxide. HEX triplet: 65, 10 and 05. RGB value is (101,16,5). Sum of RGB (Red+Green+Blue) = 101+16+5=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #651005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651005 is #9AEFFA. Grayscale: #282828. Windows color (decimal): -10153979 or 331877. OLE color: 331877.

HSL color Cylindrical-coordinate representation of color #651005: hue angle of 6.88º 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 #651005 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB101165-
CMYK00.840.950.60
HSL6.88º90.57%20.78%-
HSV(B)6.88º95.05%39.61%-
XYZ5.583.150.46-
YUV40.16108.16171.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 82.79%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=82.79%
G=13.11%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10116500.840.950.606.8890.5720.78
Hex651050545F3C75b15
Octal145205012413774713325
Binary110010110000101010101001011111111100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651005; }

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

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

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

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

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

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

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

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