#671505

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

Shades of Red Oxide #671505

Tints of Red Oxide #671505

Color information

#671505 (or 0x671505) is unknown color: approx Red Oxide. HEX triplet: 67, 15 and 05. RGB value is (103,21,5). Sum of RGB (Red+Green+Blue) = 103+21+5=129 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.84% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 103 - color contains mainly: red. Hex color #671505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671505 is #98EAFA. Grayscale: #2B2B2B. Windows color (decimal): -10021627 or 333159. OLE color: 333159.

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

Color convert

RGB103215-
CMYK00.800.950.60
HSL9.8º90.74%21.18%-
HSV(B)9.8º95.15%40.39%-
XYZ5.893.430.5-
YUV43.69106.17170.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 79.84%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=79.84%
G=16.28%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10321500.800.950.609.890.7421.18
Hex671550505F3Ca5b15
Octal1472550120137741213325
Binary1100111101011010101000010111111111001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671505; }

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

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

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

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

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

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

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

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