Html Css Color HEX #632222 Red Oxide

📋 copy color: '#632222'

red 99 ◦ green 34 ◦ blue 34

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

Shades of Red Oxide #632222

Tints of Red Oxide #632222

RGB

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

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

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

R = 59.28%
G = 20.36%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#632222 (or 0x632222) is known color: Red Oxide. HEX triplet: 63, 22 and 22. RGB value is (99,34,34). Sum of RGB (Red+Green+Blue) = 99+34+34=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #632222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632222 is #9CDDDD. Grayscale: #353535. Windows color (decimal): -10280414 or 2237027. OLE color: 2237027.

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

Color convert

RGB 99 34 34 -
CMYK 0 0.66 0.66 0.61
HSL 0.49% 0.26% -
HSV(B) 0.66% 0.39% -
XYZ 6.01 3.91 1.95 -
YUV 53.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 99 34 34 0 0.66 0.66 0.61 0 0.49 0.26
Hex 63 22 22 0 42 42 3D 0 31 1A
Octal 143 42 42 0 102 102 75 0 61 32
Binary 1100011 100010 100010 0 1000010 1000010 111101 0 110001 11010

Color Harmonies of #632222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632222

Black with #632222

Text Example


Text Example

White with #632222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632222; }

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

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

background-color css

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

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

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

border-color css

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

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

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