#642623

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

Shades of Red Oxide #642623

Tints of Red Oxide #642623

Color information

#642623 (or 0x642623) is unknown color: approx Red Oxide. HEX triplet: 64, 26 and 23. RGB value is (100,38,35). Sum of RGB (Red+Green+Blue) = 100+38+35=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #642623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642623 is #9BD9DC. Grayscale: #383838. Windows color (decimal): -10213853 or 2303588. OLE color: 2303588.

HSL color Cylindrical-coordinate representation of color #642623: hue angle of 2.77º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #642623 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB1003835-
CMYK00.620.650.61
HSL2.77º48.15%26.47%-
HSV(B)2.77º65%39.22%-
XYZ6.254.222.07-
YUV56.2116.04159.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.80%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 35 (14.06% from 255) = 20.23%
R=57.80%
G=21.97%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100383500.620.650.612.7748.1526.47
Hex64262303E413D3301a
Octal14446430761017536032
Binary1100100100110100011011111010000011111011111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642623; }

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

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

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

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

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

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

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

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