#682321

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

Shades of Red Oxide #682321

Tints of Red Oxide #682321

Color information

#682321 (or 0x682321) is unknown color: approx Red Oxide. HEX triplet: 68, 23 and 21. RGB value is (104,35,33). Sum of RGB (Red+Green+Blue) = 104+35+33=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #682321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682321 is #97DCDE. Grayscale: #373737. Windows color (decimal): -9952479 or 2171752. OLE color: 2171752.

HSL color Cylindrical-coordinate representation of color #682321: hue angle of 1.69º 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 #682321 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1043533-
CMYK00.660.680.59
HSL1.69º51.82%26.86%-
HSV(B)1.69º68.27%40.78%-
XYZ6.584.251.91-
YUV55.4115.36162.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 33 (13.28% from 255) = 19.19%
R=60.47%
G=20.35%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104353300.660.680.591.6951.8226.86
Hex682321042443B2341b
Octal150434101021047326433
Binary11010001000111000010100001010001001110111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682321; }

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

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

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

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

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

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

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

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