Html Css Color HEX #63211D Red Oxide

📋 copy color: '#63211D'

red 99 ◦ green 33 ◦ blue 29

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

Shades of Red Oxide #63211D

Tints of Red Oxide #63211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.5%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 61.49%
G = 20.5%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#63211D (or 0x63211D) is known color: Red Oxide. HEX triplet: 63, 21 and 1D. RGB value is (99,33,29). Sum of RGB (Red+Green+Blue) = 99+33+29=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63211D is #9CDEE2. Grayscale: #343434. Windows color (decimal): -10280675 or 1909091. OLE color: 1909091.

HSL color Cylindrical-coordinate representation of color #63211D: hue angle of 3.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63211D is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 29 -
CMYK 0 0.67 0.71 0.61
HSL 3.43º 0.55% 0.25% -
HSV(B) 3.43º 0.71% 0.39% -
XYZ 5.91 3.83 1.59 -
YUV 52.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 99 33 29 0 0.67 0.71 0.61 3.43 0.55 0.25
Hex 63 21 1D 0 43 47 3D 3 37 19
Octal 143 41 35 0 103 107 75 3 67 31
Binary 1100011 100001 11101 0 1000011 1000111 111101 11 110111 11001

Color Harmonies of #63211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63211D

Black with #63211D

Text Example


Text Example

White with #63211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63211D; }

 p { color: rgb(99,33,29); }

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

background-color css

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

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

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

border-color css

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

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

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