Html Css Color HEX #73213F Pompadour

📋 copy color: '#73213F'

red 115 ◦ green 33 ◦ blue 63

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

Shades of Pompadour #73213F

Tints of Pompadour #73213F

RGB

 RED value IS 115 (45.31% from 255) = 54.5%

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

 BLUE value IS 63 (25% from 255) = 29.86%

R = 54.5%
G = 15.64%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73213F (or 0x73213F) is known color: Pompadour. HEX triplet: 73, 21 and 3F. RGB value is (115,33,63). Sum of RGB (Red+Green+Blue) = 115+33+63=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73213F is #8CDEC0. Grayscale: #3C3C3C. Windows color (decimal): -9232065 or 4137331. OLE color: 4137331.

HSL color Cylindrical-coordinate representation of color #73213F: hue angle of 338.05º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73213F is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 33 63 -
CMYK 0 0.71 0.45 0.55
HSL 338.05º 0.55% 0.29% -
HSV(B) 338.05º 0.71% 0.45% -
XYZ 8.51 5.09 5.24 -
YUV 60.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 115 33 63 0 0.71 0.45 0.55 338.05 0.55 0.29
Hex 73 21 3F 0 47 2D 37 152 37 1D
Octal 163 41 77 0 107 55 67 522 67 35
Binary 1110011 100001 111111 0 1000111 101101 110111 101010010 110111 11101

Color Harmonies of #73213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73213F

Black with #73213F

Text Example


Text Example

White with #73213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,33,63); }

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

background-color css

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

 a { background-color: rgb(115,33,63); }

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

border-color css

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

 span { border-color: rgb(115,33,63); }

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