#642826

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

Shades of Red Oxide #642826

Tints of Red Oxide #642826

Color information

#642826 (or 0x642826) is unknown color: approx Red Oxide. HEX triplet: 64, 28 and 26. RGB value is (100,40,38). Sum of RGB (Red+Green+Blue) = 100+40+38=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #642826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642826 is #9BD7D9. Grayscale: #393939. Windows color (decimal): -10213338 or 2500708. OLE color: 2500708.

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

Color convert

RGB1004038-
CMYK00.60.620.61
HSL1.94º44.93%27.06%-
HSV(B)1.94º62%39.22%-
XYZ6.364.372.34-
YUV57.71116.88158.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.18%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=56.18%
G=22.47%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100403800.60.620.611.9444.9327.06
Hex64282603C3E3D22d1b
Octal1445046074767525533
Binary110010010100010011001111001111101111011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642826; }

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

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

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

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

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

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

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

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