#682419

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

Shades of Red Oxide #682419

Tints of Red Oxide #682419

Color information

#682419 (or 0x682419) is unknown color: approx Red Oxide. HEX triplet: 68, 24 and 19. RGB value is (104,36,25). Sum of RGB (Red+Green+Blue) = 104+36+25=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #682419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682419 is #97DBE6. Grayscale: #373737. Windows color (decimal): -9952231 or 1647720. OLE color: 1647720.

HSL color Cylindrical-coordinate representation of color #682419: hue angle of 8.35º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682419 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1043625-
CMYK00.650.760.59
HSL8.35º61.24%25.29%-
HSV(B)8.35º75.96%40.78%-
XYZ6.524.271.4-
YUV55.08111.03162.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=63.03%
G=21.82%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104362500.650.760.598.3561.2425.29
Hex6824190414C3B83d19
Octal1504431010111473107531
Binary110100010010011001010000011001100111011100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682419; }

 p { color: rgb(104,36,25); }

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

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

 a { background-color: rgb(104,36,25); }

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

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

 span { border-color: rgb(104,36,25); }

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