Html Css Color HEX #63201F Red Oxide

📋 copy color: '#63201F'

red 99 ◦ green 32 ◦ blue 31

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

Shades of Red Oxide #63201F

Tints of Red Oxide #63201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.14%

R = 61.11%
G = 19.75%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63201F (or 0x63201F) is known color: Red Oxide. HEX triplet: 63, 20 and 1F. RGB value is (99,32,31). Sum of RGB (Red+Green+Blue) = 99+32+31=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63201F is #9CDFE0. Grayscale: #333333. Windows color (decimal): -10280929 or 2039907. OLE color: 2039907.

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

Color convert

RGB 99 32 31 -
CMYK 0 0.68 0.69 0.61
HSL 0.88º 0.52% 0.25% -
HSV(B) 0.88º 0.69% 0.39% -
XYZ 5.91 3.78 1.72 -
YUV 51.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 99 32 31 0 0.68 0.69 0.61 0.88 0.52 0.25
Hex 63 20 1F 0 44 45 3D 1 34 19
Octal 143 40 37 0 104 105 75 1 64 31
Binary 1100011 100000 11111 0 1000100 1000101 111101 1 110100 11001

Color Harmonies of #63201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63201F

Black with #63201F

Text Example


Text Example

White with #63201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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