Html Css Color HEX #612748 Pompadour

📋 copy color: '#612748'

red 97 ◦ green 39 ◦ blue 72

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

Shades of Pompadour #612748

Tints of Pompadour #612748

RGB

 RED value IS 97 (38.28% from 255) = 46.63%

 GREEN value IS 39 (15.63% from 255) = 18.75%

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 46.63%
G = 18.75%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#612748 (or 0x612748) is known color: Pompadour. HEX triplet: 61, 27 and 48. RGB value is (97,39,72). Sum of RGB (Red+Green+Blue) = 97+39+72=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #612748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612748 is #9ED8B7. Grayscale: #3C3C3C. Windows color (decimal): -10410168 or 4728673. OLE color: 4728673.

HSL color Cylindrical-coordinate representation of color #612748: hue angle of 325.86º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612748 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 72 -
CMYK 0 0.60 0.26 0.62
HSL 325.86º 0.43% 0.27% -
HSV(B) 325.86º 0.6% 0.38% -
XYZ 6.82 4.46 6.63 -
YUV 60.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 97 39 72 0 0.60 0.26 0.62 325.86 0.43 0.27
Hex 61 27 48 0 3C 1A 3E 146 2B 1B
Octal 141 47 110 0 74 32 76 506 53 33
Binary 1100001 100111 1001000 0 111100 11010 111110 101000110 101011 11011

Color Harmonies of #612748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612748

Black with #612748

Text Example


Text Example

White with #612748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612748; }

 p { color: rgb(97,39,72); }

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

background-color css

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

 a { background-color: rgb(97,39,72); }

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

border-color css

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

 span { border-color: rgb(97,39,72); }

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