Html Css Color HEX #632520 Red Oxide

📋 copy color: '#632520'

red 99 ◦ green 37 ◦ blue 32

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

Shades of Red Oxide #632520

Tints of Red Oxide #632520

RGB

 RED value IS 99 (39.06% from 255) = 58.93%

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

 BLUE value IS 32 (12.89% from 255) = 19.05%

R = 58.93%
G = 22.02%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#632520 (or 0x632520) is known color: Red Oxide. HEX triplet: 63, 25 and 20. RGB value is (99,37,32). Sum of RGB (Red+Green+Blue) = 99+37+32=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632520 is #9CDADF. Grayscale: #373737. Windows color (decimal): -10279648 or 2106723. OLE color: 2106723.

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

Color convert

RGB 99 37 32 -
CMYK 0 0.63 0.68 0.61
HSL 4.48º 0.51% 0.26% -
HSV(B) 4.48º 0.68% 0.39% -
XYZ 6.07 4.08 1.83 -
YUV 54.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 99 37 32 0 0.63 0.68 0.61 4.48 0.51 0.26
Hex 63 25 20 0 3F 44 3D 4 33 1A
Octal 143 45 40 0 77 104 75 4 63 32
Binary 1100011 100101 100000 0 111111 1000100 111101 100 110011 11010

Color Harmonies of #632520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632520

Black with #632520

Text Example


Text Example

White with #632520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632520; }

 p { color: rgb(99,37,32); }

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

background-color css

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

 a { background-color: rgb(99,37,32); }

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

border-color css

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

 span { border-color: rgb(99,37,32); }

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