#671509

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

Shades of Red Oxide #671509

Tints of Red Oxide #671509

Color information

#671509 (or 0x671509) is unknown color: approx Red Oxide. HEX triplet: 67, 15 and 09. RGB value is (103,21,9). Sum of RGB (Red+Green+Blue) = 103+21+9=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #671509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671509 is #98EAF6. Grayscale: #2C2C2C. Windows color (decimal): -10021623 or 595303. OLE color: 595303.

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

Color convert

RGB103219-
CMYK00.800.910.60
HSL7.66º83.93%21.96%-
HSV(B)7.66º91.26%40.39%-
XYZ5.913.440.61-
YUV44.15108.17169.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 77.44%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=77.44%
G=15.79%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10321900.800.910.607.6683.9321.96
Hex671590505B3C85416
Octal14725110120133741012426
Binary11001111010110010101000010110111111001000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671509; }

 p { color: rgb(103,21,9); }

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

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

 a { background-color: rgb(103,21,9); }

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

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

 span { border-color: rgb(103,21,9); }

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