Html Css Color HEX #632016 Red Oxide

📋 copy color: '#632016'

red 99 ◦ green 32 ◦ blue 22

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

Shades of Red Oxide #632016

Tints of Red Oxide #632016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.38%

R = 64.71%
G = 20.92%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#632016 (or 0x632016) is known color: Red Oxide. HEX triplet: 63, 20 and 16. RGB value is (99,32,22). Sum of RGB (Red+Green+Blue) = 99+32+22=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #632016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632016 is #9CDFE9. Grayscale: #333333. Windows color (decimal): -10280938 or 1450083. OLE color: 1450083.

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

Color convert

RGB 99 32 22 -
CMYK 0 0.68 0.78 0.61
HSL 7.79º 0.64% 0.24% -
HSV(B) 7.79º 0.78% 0.39% -
XYZ 5.81 3.74 1.18 -
YUV 50.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 99 32 22 0 0.68 0.78 0.61 7.79 0.64 0.24
Hex 63 20 16 0 44 4E 3D 8 40 18
Octal 143 40 26 0 104 116 75 10 100 30
Binary 1100011 100000 10110 0 1000100 1001110 111101 1000 1000000 11000

Color Harmonies of #632016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632016

Black with #632016

Text Example


Text Example

White with #632016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632016; }

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

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

background-color css

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

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

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

border-color css

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

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

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