#642321

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

Shades of Red Oxide #642321

Tints of Red Oxide #642321

Color information

#642321 (or 0x642321) is unknown color: approx Red Oxide. HEX triplet: 64, 23 and 21. RGB value is (100,35,33). Sum of RGB (Red+Green+Blue) = 100+35+33=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #642321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642321 is #9BDCDE. Grayscale: #363636. Windows color (decimal): -10214623 or 2171748. OLE color: 2171748.

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

Color convert

RGB1003533-
CMYK00.650.670.61
HSL1.79º50.38%26.08%-
HSV(B)1.79º67%39.22%-
XYZ6.134.021.89-
YUV54.21116.03160.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 59.52%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=59.52%
G=20.83%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100353300.650.670.611.7950.3826.08
Hex642321041433D2321a
Octal144434101011037526232
Binary11001001000111000010100000110000111111011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642321; }

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

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

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

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

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

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

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

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