#642726

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

Shades of Red Oxide #642726

Tints of Red Oxide #642726

Color information

#642726 (or 0x642726) is unknown color: approx Red Oxide. HEX triplet: 64, 27 and 26. RGB value is (100,39,38). Sum of RGB (Red+Green+Blue) = 100+39+38=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #642726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642726 is #9BD8D9. Grayscale: #393939. Windows color (decimal): -10213594 or 2500452. OLE color: 2500452.

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

Color convert

RGB1003938-
CMYK00.610.620.61
HSL0.97º44.93%27.06%-
HSV(B)0.97º62%39.22%-
XYZ6.334.32.33-
YUV57.12117.21158.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.50%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=56.50%
G=22.03%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100393800.610.620.610.9744.9327.06
Hex64272603D3E3D12d1b
Octal1444746075767515533
Binary11001001001111001100111101111110111101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642726; }

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

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

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

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

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

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

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

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