Html Css Color HEX #63201A Red Oxide

📋 copy color: '#63201A'

red 99 ◦ green 32 ◦ blue 26

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

Shades of Red Oxide #63201A

Tints of Red Oxide #63201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 63.06%
G = 20.38%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#63201A (or 0x63201A) is known color: Red Oxide. HEX triplet: 63, 20 and 1A. RGB value is (99,32,26). Sum of RGB (Red+Green+Blue) = 99+32+26=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #63201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63201A is #9CDFE5. Grayscale: #333333. Windows color (decimal): -10280934 or 1712227. OLE color: 1712227.

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

Color convert

RGB 99 32 26 -
CMYK 0 0.68 0.74 0.61
HSL 4.93º 0.58% 0.25% -
HSV(B) 4.93º 0.74% 0.39% -
XYZ 5.85 3.76 1.39 -
YUV 51.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 99 32 26 0 0.68 0.74 0.61 4.93 0.58 0.25
Hex 63 20 1A 0 44 4A 3D 5 3A 19
Octal 143 40 32 0 104 112 75 5 72 31
Binary 1100011 100000 11010 0 1000100 1001010 111101 101 111010 11001

Color Harmonies of #63201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63201A

Black with #63201A

Text Example


Text Example

White with #63201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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