Html Css Color HEX #612348 Pompadour

📋 copy color: '#612348'

red 97 ◦ green 35 ◦ blue 72

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

Shades of Pompadour #612348

Tints of Pompadour #612348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

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

R = 47.55%
G = 17.16%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#612348 (or 0x612348) is known color: Pompadour. HEX triplet: 61, 23 and 48. RGB value is (97,35,72). Sum of RGB (Red+Green+Blue) = 97+35+72=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #612348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612348 is #9EDCB7. Grayscale: #393939. Windows color (decimal): -10411192 or 4727649. OLE color: 4727649.

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

Color convert

RGB 97 35 72 -
CMYK 0 0.64 0.26 0.62
HSL 324.19º 0.47% 0.26% -
HSV(B) 324.19º 0.64% 0.38% -
XYZ 6.7 4.21 6.59 -
YUV 57.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 97 35 72 0 0.64 0.26 0.62 324.19 0.47 0.26
Hex 61 23 48 0 40 1A 3E 144 2F 1A
Octal 141 43 110 0 100 32 76 504 57 32
Binary 1100001 100011 1001000 0 1000000 11010 111110 101000100 101111 11010

Color Harmonies of #612348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612348

Black with #612348

Text Example


Text Example

White with #612348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612348; }

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

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

background-color css

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

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

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

border-color css

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

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

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