Html Css Color HEX #63201C Red Oxide

📋 copy color: '#63201C'

red 99 ◦ green 32 ◦ blue 28

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

Shades of Red Oxide #63201C

Tints of Red Oxide #63201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 62.26%
G = 20.13%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63201C (or 0x63201C) is known color: Red Oxide. HEX triplet: 63, 20 and 1C. RGB value is (99,32,28). Sum of RGB (Red+Green+Blue) = 99+32+28=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #63201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63201C is #9CDFE3. Grayscale: #333333. Windows color (decimal): -10280932 or 1843299. OLE color: 1843299.

HSL color Cylindrical-coordinate representation of color #63201C: hue angle of 3.38º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63201C is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 28 -
CMYK 0 0.68 0.72 0.61
HSL 3.38º 0.56% 0.25% -
HSV(B) 3.38º 0.72% 0.39% -
XYZ 5.87 3.77 1.52 -
YUV 51.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 99 32 28 0 0.68 0.72 0.61 3.38 0.56 0.25
Hex 63 20 1C 0 44 48 3D 3 38 19
Octal 143 40 34 0 104 110 75 3 70 31
Binary 1100011 100000 11100 0 1000100 1001000 111101 11 111000 11001

Color Harmonies of #63201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63201C

Black with #63201C

Text Example


Text Example

White with #63201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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