Html Css Color HEX #632020 Red Oxide

📋 copy color: '#632020'

red 99 ◦ green 32 ◦ blue 32

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

Shades of Red Oxide #632020

Tints of Red Oxide #632020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

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

R = 60.74%
G = 19.63%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#632020 (or 0x632020) is known color: Red Oxide. HEX triplet: 63, 20 and 20. RGB value is (99,32,32). Sum of RGB (Red+Green+Blue) = 99+32+32=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #632020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632020 is #9CDFDF. Grayscale: #343434. Windows color (decimal): -10280928 or 2105443. OLE color: 2105443.

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

Color convert

RGB 99 32 32 -
CMYK 0 0.68 0.68 0.61
HSL 0.51% 0.26% -
HSV(B) 0.68% 0.39% -
XYZ 5.92 3.79 1.79 -
YUV 52.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 99 32 32 0 0.68 0.68 0.61 0 0.51 0.26
Hex 63 20 20 0 44 44 3D 0 33 1A
Octal 143 40 40 0 104 104 75 0 63 32
Binary 1100011 100000 100000 0 1000100 1000100 111101 0 110011 11010

Color Harmonies of #632020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632020

Black with #632020

Text Example


Text Example

White with #632020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632020; }

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

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

background-color css

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

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

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

border-color css

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

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

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