Html Css Color HEX #721B43 Pompadour

📋 copy color: '#721B43'

red 114 ◦ green 27 ◦ blue 67

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

Shades of Pompadour #721B43

Tints of Pompadour #721B43

RGB

 RED value IS 114 (44.92% from 255) = 54.81%

 GREEN value IS 27 (10.94% from 255) = 12.98%

 BLUE value IS 67 (26.56% from 255) = 32.21%

R = 54.81%
G = 12.98%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#721B43 (or 0x721B43) is known color: Pompadour. HEX triplet: 72, 1B and 43. RGB value is (114,27,67). Sum of RGB (Red+Green+Blue) = 114+27+67=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #721B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B43 is #8DE4BC. Grayscale: #393939. Windows color (decimal): -9299133 or 4397938. OLE color: 4397938.

HSL color Cylindrical-coordinate representation of color #721B43: hue angle of 332.41º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B43 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 27 67 -
CMYK 0 0.76 0.41 0.55
HSL 332.41º 0.62% 0.28% -
HSV(B) 332.41º 0.76% 0.45% -
XYZ 8.34 4.77 5.79 -
YUV 57.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 114 27 67 0 0.76 0.41 0.55 332.41 0.62 0.28
Hex 72 1B 43 0 4C 29 37 14C 3E 1C
Octal 162 33 103 0 114 51 67 514 76 34
Binary 1110010 11011 1000011 0 1001100 101001 110111 101001100 111110 11100

Color Harmonies of #721B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B43

Black with #721B43

Text Example


Text Example

White with #721B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721B43; }

 p { color: rgb(114,27,67); }

 H1.HeaderClassName
 {
   color: #721B43;
 }
 .AnyTagClassName
 {
   color: #721B43;
 }
</style>

background-color css

<style>
 a { background-color: #721B43; }

 a { background-color: rgb(114,27,67); }

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

border-color css

<style>
 span { border-color: #721B43; }

 span { border-color: rgb(114,27,67); }

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