#642825

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

Shades of Red Oxide #642825

Tints of Red Oxide #642825

Color information

#642825 (or 0x642825) is unknown color: approx Red Oxide. HEX triplet: 64, 28 and 25. RGB value is (100,40,37). Sum of RGB (Red+Green+Blue) = 100+40+37=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #642825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642825 is #9BD7DA. Grayscale: #393939. Windows color (decimal): -10213339 or 2435172. OLE color: 2435172.

HSL color Cylindrical-coordinate representation of color #642825: hue angle of 2.86º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #642825 is Cyan = 0, Magento = 0.6, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB1004037-
CMYK00.60.630.61
HSL2.86º45.99%26.86%-
HSV(B)2.86º63%39.22%-
XYZ6.354.362.26-
YUV57.6116.38158.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.50%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=56.50%
G=22.60%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100403700.60.630.612.8645.9926.86
Hex64282503C3F3D32e1b
Octal1445045074777535633
Binary110010010100010010101111001111111111011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642825; }

 p { color: rgb(100,40,37); }

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

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

 a { background-color: rgb(100,40,37); }

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

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

 span { border-color: rgb(100,40,37); }

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