#682424

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

Shades of Red Oxide #682424

Tints of Red Oxide #682424

Color information

#682424 (or 0x682424) is unknown color: approx Red Oxide. HEX triplet: 68, 24 and 24. RGB value is (104,36,36). Sum of RGB (Red+Green+Blue) = 104+36+36=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #682424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682424 is #97DBDB. Grayscale: #383838. Windows color (decimal): -9952220 or 2368616. OLE color: 2368616.

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

Color convert

RGB1043636-
CMYK00.650.650.59
HSL48.57%27.45%-
HSV(B)65.38%40.78%-
XYZ6.664.332.15-
YUV56.33116.53162-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.09%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 36 (14.45% from 255) = 20.45%
R=59.09%
G=20.45%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104363600.650.650.59048.5727.45
Hex682424041413B0311b
Octal150444401011017306133
Binary1101000100100100100010000011000001111011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682424; }

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

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

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

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

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

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

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

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