Html Css Color HEX #632220 Red Oxide

📋 copy color: '#632220'

red 99 ◦ green 34 ◦ blue 32

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

Shades of Red Oxide #632220

Tints of Red Oxide #632220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.61%

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

R = 60%
G = 20.61%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#632220 (or 0x632220) is known color: Red Oxide. HEX triplet: 63, 22 and 20. RGB value is (99,34,32). Sum of RGB (Red+Green+Blue) = 99+34+32=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #632220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632220 is #9CDDDF. Grayscale: #353535. Windows color (decimal): -10280416 or 2105955. OLE color: 2105955.

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

Color convert

RGB 99 34 32 -
CMYK 0 0.66 0.68 0.61
HSL 1.79º 0.51% 0.26% -
HSV(B) 1.79º 0.68% 0.39% -
XYZ 5.98 3.9 1.8 -
YUV 53.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 99 34 32 0 0.66 0.68 0.61 1.79 0.51 0.26
Hex 63 22 20 0 42 44 3D 2 33 1A
Octal 143 42 40 0 102 104 75 2 63 32
Binary 1100011 100010 100000 0 1000010 1000100 111101 10 110011 11010

Color Harmonies of #632220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632220

Black with #632220

Text Example


Text Example

White with #632220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632220; }

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

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

background-color css

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

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

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

border-color css

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

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

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