Html Css Color HEX #642521 Red Oxide

📋 copy color: '#642521'

red 100 ◦ green 37 ◦ blue 33

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

Shades of Red Oxide #642521

Tints of Red Oxide #642521

RGB

 RED value IS 100 (39.45% from 255) = 58.82%

 GREEN value IS 37 (14.84% from 255) = 21.76%

 BLUE value IS 33 (13.28% from 255) = 19.41%

R = 58.82%
G = 21.76%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#642521 (or 0x642521) is known color: Red Oxide. HEX triplet: 64, 25 and 21. RGB value is (100,37,33). Sum of RGB (Red+Green+Blue) = 100+37+33=170 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.82% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 100 - color contains mainly: red. Hex color #642521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642521 is #9BDADE. Grayscale: #373737. Windows color (decimal): -10214111 or 2172260. OLE color: 2172260.

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

Color convert

RGB 100 37 33 -
CMYK 0 0.63 0.67 0.61
HSL 3.58º 0.5% 0.26% -
HSV(B) 3.58º 0.67% 0.39% -
XYZ 6.19 4.14 1.91 -
YUV 55.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 100 37 33 0 0.63 0.67 0.61 3.58 0.5 0.26
Hex 64 25 21 0 3F 43 3D 4 32 1A
Octal 144 45 41 0 77 103 75 4 62 32
Binary 1100100 100101 100001 0 111111 1000011 111101 100 110010 11010

Color Harmonies of #642521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642521

Black with #642521

Text Example


Text Example

White with #642521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642521; }

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

 H1.HeaderClassName
 {
   color: #642521;
 }
 .AnyTagClassName
 {
   color: #642521;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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