Html Css Color HEX #63213E Pompadour

📋 copy color: '#63213E'

red 99 ◦ green 33 ◦ blue 62

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

Shades of Pompadour #63213E

Tints of Pompadour #63213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

 BLUE value IS 62 (24.61% from 255) = 31.96%

R = 51.03%
G = 17.01%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#63213E (or 0x63213E) is known color: Pompadour. HEX triplet: 63, 21 and 3E. RGB value is (99,33,62). Sum of RGB (Red+Green+Blue) = 99+33+62=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63213E is #9CDEC1. Grayscale: #373737. Windows color (decimal): -10280642 or 4071779. OLE color: 4071779.

HSL color Cylindrical-coordinate representation of color #63213E: hue angle of 333.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63213E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 62 -
CMYK 0 0.67 0.37 0.61
HSL 333.64º 0.5% 0.26% -
HSV(B) 333.64º 0.67% 0.39% -
XYZ 6.56 4.09 5 -
YUV 56.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 99 33 62 0 0.67 0.37 0.61 333.64 0.5 0.26
Hex 63 21 3E 0 43 25 3D 14E 32 1A
Octal 143 41 76 0 103 45 75 516 62 32
Binary 1100011 100001 111110 0 1000011 100101 111101 101001110 110010 11010

Color Harmonies of #63213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63213E

Black with #63213E

Text Example


Text Example

White with #63213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63213E; }

 p { color: rgb(99,33,62); }

 H1.HeaderClassName
 {
   color: #63213E;
 }
 .AnyTagClassName
 {
   color: #63213E;
 }
</style>

background-color css

<style>
 a { background-color: #63213E; }

 a { background-color: rgb(99,33,62); }

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

border-color css

<style>
 span { border-color: #63213E; }

 span { border-color: rgb(99,33,62); }

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