#642827

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

Shades of Red Oxide #642827

Tints of Red Oxide #642827

Color information

#642827 (or 0x642827) is unknown color: approx Red Oxide. HEX triplet: 64, 28 and 27. RGB value is (100,40,39). Sum of RGB (Red+Green+Blue) = 100+40+39=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #642827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642827 is #9BD7D8. Grayscale: #393939. Windows color (decimal): -10213337 or 2566244. OLE color: 2566244.

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

Color convert

RGB1004039-
CMYK00.60.610.61
HSL0.98º43.88%27.25%-
HSV(B)0.98º61%39.22%-
XYZ6.384.372.43-
YUV57.83117.38158.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.87%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 39 (15.62% from 255) = 21.79%
R=55.87%
G=22.35%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100403900.60.610.610.9843.8827.25
Hex64282703C3D3D12c1b
Octal1445047074757515433
Binary11001001010001001110111100111101111101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642827; }

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

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

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

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

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

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

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

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