Html Css Color HEX #63221A Red Oxide

📋 copy color: '#63221A'

red 99 ◦ green 34 ◦ blue 26

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

Shades of Red Oxide #63221A

Tints of Red Oxide #63221A

RGB

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

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

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

R = 62.26%
G = 21.38%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#63221A (or 0x63221A) is known color: Red Oxide. HEX triplet: 63, 22 and 1A. RGB value is (99,34,26). Sum of RGB (Red+Green+Blue) = 99+34+26=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #63221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63221A is #9CDDE5. Grayscale: #343434. Windows color (decimal): -10280422 or 1712739. OLE color: 1712739.

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

Color convert

RGB 99 34 26 -
CMYK 0 0.66 0.74 0.61
HSL 6.58º 0.58% 0.25% -
HSV(B) 6.58º 0.74% 0.39% -
XYZ 5.9 3.87 1.41 -
YUV 52.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 99 34 26 0 0.66 0.74 0.61 6.58 0.58 0.25
Hex 63 22 1A 0 42 4A 3D 7 3A 19
Octal 143 42 32 0 102 112 75 7 72 31
Binary 1100011 100010 11010 0 1000010 1001010 111101 111 111010 11001

Color Harmonies of #63221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63221A

Black with #63221A

Text Example


Text Example

White with #63221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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