#682121

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

Shades of Red Oxide #682121

Tints of Red Oxide #682121

Color information

#682121 (or 0x682121) is unknown color: approx Red Oxide. HEX triplet: 68, 21 and 21. RGB value is (104,33,33). Sum of RGB (Red+Green+Blue) = 104+33+33=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #682121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682121 is #97DEDE. Grayscale: #363636. Windows color (decimal): -9952991 or 2171240. OLE color: 2171240.

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

Color convert

RGB1043333-
CMYK00.680.680.59
HSL51.82%26.86%-
HSV(B)68.27%40.78%-
XYZ6.534.141.89-
YUV54.23116.02163.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.18%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=61.18%
G=19.41%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104333300.680.680.59051.8226.86
Hex682121044443B0341b
Octal150414101041047306433
Binary1101000100001100001010001001000100111011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682121; }

 p { color: rgb(104,33,33); }

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

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

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

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

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

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

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