Html Css Color HEX #642121 Red Oxide

📋 copy color: '#642121'

red 100 ◦ green 33 ◦ blue 33

#642121
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #642121

Tints of Red Oxide #642121

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 value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#642121 (or 0x642121) is known color: 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

RGB 100 33 33 -
CMYK 0 0.67 0.67 0.61
HSL 0.5% 0.26% -
HSV(B) 0.67% 0.39% -
XYZ 6.07 3.91 1.87 -
YUV 53.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 100 33 33 0 0.67 0.67 0.61 0 0.5 0.26
Hex 64 21 21 0 43 43 3D 0 32 1A
Octal 144 41 41 0 103 103 75 0 62 32
Binary 1100100 100001 100001 0 1000011 1000011 111101 0 110010 11010

Color Harmonies of #642121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642121

Black with #642121

Text Example


Text Example

White with #642121

Text Example


Text Example

HTML Codes & Css Web 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>