Html Css Color HEX #63221F Red Oxide

📋 copy color: '#63221F'

red 99 ◦ green 34 ◦ blue 31

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

Shades of Red Oxide #63221F

Tints of Red Oxide #63221F

RGB

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

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

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

R = 60.37%
G = 20.73%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63221F (or 0x63221F) is known color: Red Oxide. HEX triplet: 63, 22 and 1F. RGB value is (99,34,31). Sum of RGB (Red+Green+Blue) = 99+34+31=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63221F is #9CDDE0. Grayscale: #353535. Windows color (decimal): -10280417 or 2040419. OLE color: 2040419.

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

Color convert

RGB 99 34 31 -
CMYK 0 0.66 0.69 0.61
HSL 2.65º 0.52% 0.25% -
HSV(B) 2.65º 0.69% 0.39% -
XYZ 5.96 3.9 1.73 -
YUV 53.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 99 34 31 0 0.66 0.69 0.61 2.65 0.52 0.25
Hex 63 22 1F 0 42 45 3D 3 34 19
Octal 143 42 37 0 102 105 75 3 64 31
Binary 1100011 100010 11111 0 1000010 1000101 111101 11 110100 11001

Color Harmonies of #63221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63221F

Black with #63221F

Text Example


Text Example

White with #63221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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