#642121

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

Shades of Red Oxide #642121

Tints of Red Oxide #642121

Color information

#642121 (or 0x642121) is unknown color: approx Red Oxide. HEX triplet: 64, 21 and 21. RGB value is (100,33,33). Sum of RGB (Red+Green+Blue) = 100+33+33=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #642121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642121 is #9BDEDE. Grayscale: #353535. Windows color (decimal): -10215135 or 2171236. OLE color: 2171236.

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

Color convert

RGB1003333-
CMYK00.670.670.61
HSL50.38%26.08%-
HSV(B)67%39.22%-
XYZ6.073.911.87-
YUV53.03116.7161.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.24%
GREEN value IS 33 (13.28% from 255) = 19.88%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=60.24%
G=19.88%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100333300.670.670.61050.3826.08
Hex642121043433D0321a
Octal144414101031037506232
Binary1100100100001100001010000111000011111101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642121; }

 p { color: rgb(100,33,33); }

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

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

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

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

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

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

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