#642625

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

Shades of Red Oxide #642625

Tints of Red Oxide #642625

Color information

#642625 (or 0x642625) is unknown color: approx Red Oxide. HEX triplet: 64, 26 and 25. RGB value is (100,38,37). Sum of RGB (Red+Green+Blue) = 100+38+37=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #642625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642625 is #9BD9DA. Grayscale: #383838. Windows color (decimal): -10213851 or 2434660. OLE color: 2434660.

HSL color Cylindrical-coordinate representation of color #642625: hue angle of 0.95º 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 #642625 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB1003837-
CMYK00.620.630.61
HSL0.95º45.99%26.86%-
HSV(B)0.95º63%39.22%-
XYZ6.284.232.24-
YUV56.42117.04159.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.14%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=57.14%
G=21.71%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100383700.620.630.610.9545.9926.86
Hex64262503E3F3D12e1b
Octal1444645076777515633
Binary11001001001101001010111110111111111101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642625; }

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

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

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

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

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

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

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

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