#651308

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

Shades of Red Oxide #651308

Tints of Red Oxide #651308

Color information

#651308 (or 0x651308) is unknown color: approx Red Oxide. HEX triplet: 65, 13 and 08. RGB value is (101,19,8). Sum of RGB (Red+Green+Blue) = 101+19+8=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #651308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651308 is #9AECF7. Grayscale: #2A2A2A. Windows color (decimal): -10153208 or 529253. OLE color: 529253.

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

Color convert

RGB101198-
CMYK00.810.920.60
HSL7.1º85.32%21.37%-
HSV(B)7.1º92.08%39.61%-
XYZ5.643.250.56-
YUV42.26108.67169.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.91%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 8 (3.52% from 255) = 6.25%
R=78.91%
G=14.84%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10119800.810.920.607.185.3221.37
Hex651380515C3C75515
Octal1452310012113474712525
Binary1100101100111000010100011011100111100111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651308; }

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

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

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

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

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

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

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

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