#671500

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

Shades of Red Oxide #671500

Tints of Red Oxide #671500

Color information

#671500 (or 0x671500) is unknown color: approx Red Oxide. HEX triplet: 67, 15 and 00. RGB value is (103,21,0). Sum of RGB (Red+Green+Blue) = 103+21+0=124 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.06% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 103 - color contains mainly: red. Hex color #671500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671500 is #98EAFF. Grayscale: #2B2B2B. Windows color (decimal): -10021632 or 5479. OLE color: 5479.

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

Color convert

RGB103210-
CMYK00.8010.60
HSL12.23º100%20.2%-
HSV(B)12.23º100%40.39%-
XYZ5.863.420.35-
YUV43.12103.67170.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 83.06%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.06%
G=16.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10321000.8010.6012.2310020.2
Hex67150050643Cc6414
Octal1472500120144741414424
Binary11001111010100101000011001001111001100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671500; }

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

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

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

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

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

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

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

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