Html Css Color HEX #712453 Pompadour

📋 copy color: '#712453'

red 113 ◦ green 36 ◦ blue 83

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

Shades of Pompadour #712453

Tints of Pompadour #712453

RGB

 RED value IS 113 (44.53% from 255) = 48.71%

 GREEN value IS 36 (14.45% from 255) = 15.52%

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 48.71%
G = 15.52%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#712453 (or 0x712453) is known color: Pompadour. HEX triplet: 71, 24 and 53. RGB value is (113,36,83). Sum of RGB (Red+Green+Blue) = 113+36+83=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #712453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712453 is #8EDBAC. Grayscale: #404040. Windows color (decimal): -9362349 or 5448817. OLE color: 5448817.

HSL color Cylindrical-coordinate representation of color #712453: hue angle of 323.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712453 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 83 -
CMYK 0 0.68 0.27 0.56
HSL 323.38º 0.52% 0.29% -
HSV(B) 323.38º 0.68% 0.44% -
XYZ 9 5.4 8.75 -
YUV 64.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 113 36 83 0 0.68 0.27 0.56 323.38 0.52 0.29
Hex 71 24 53 0 44 1B 38 143 34 1D
Octal 161 44 123 0 104 33 70 503 64 35
Binary 1110001 100100 1010011 0 1000100 11011 111000 101000011 110100 11101

Color Harmonies of #712453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712453

Black with #712453

Text Example


Text Example

White with #712453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712453; }

 p { color: rgb(113,36,83); }

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

background-color css

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

 a { background-color: rgb(113,36,83); }

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

border-color css

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

 span { border-color: rgb(113,36,83); }

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