#682425

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

Shades of Red Devil #682425

Tints of Red Devil #682425

Color information

#682425 (or 0x682425) is unknown color: approx Red Devil. HEX triplet: 68, 24 and 25. RGB value is (104,36,37). Sum of RGB (Red+Green+Blue) = 104+36+37=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #682425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682425 is #97DBDA. Grayscale: #383838. Windows color (decimal): -9952219 or 2434152. OLE color: 2434152.

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

Color convert

RGB1043637-
CMYK00.650.640.59
HSL359.12º48.57%27.45%-
HSV(B)359.12º65.38%40.78%-
XYZ6.674.342.24-
YUV56.45117.03161.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=58.76%
G=20.34%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104363700.650.640.59359.1248.5727.45
Hex682425041403B167311b
Octal15044450101100735476133
Binary110100010010010010101000001100000011101110110011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682425; }

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

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

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

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

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

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

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

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