Html Css Color HEX #632322 Red Oxide

📋 copy color: '#632322'

red 99 ◦ green 35 ◦ blue 34

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

Shades of Red Oxide #632322

Tints of Red Oxide #632322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.83%

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 58.93%
G = 20.83%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#632322 (or 0x632322) is known color: Red Oxide. HEX triplet: 63, 23 and 22. RGB value is (99,35,34). Sum of RGB (Red+Green+Blue) = 99+35+34=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632322 is #9CDCDD. Grayscale: #363636. Windows color (decimal): -10280158 or 2237283. OLE color: 2237283.

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

Color convert

RGB 99 35 34 -
CMYK 0 0.65 0.66 0.61
HSL 0.92º 0.49% 0.26% -
HSV(B) 0.92º 0.66% 0.39% -
XYZ 6.04 3.97 1.96 -
YUV 54.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 99 35 34 0 0.65 0.66 0.61 0.92 0.49 0.26
Hex 63 23 22 0 41 42 3D 1 31 1A
Octal 143 43 42 0 101 102 75 1 61 32
Binary 1100011 100011 100010 0 1000001 1000010 111101 1 110001 11010

Color Harmonies of #632322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632322

Black with #632322

Text Example


Text Example

White with #632322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632322; }

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

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

background-color css

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

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

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

border-color css

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

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

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