Html Css Color HEX #612243 Pompadour

📋 copy color: '#612243'

red 97 ◦ green 34 ◦ blue 67

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

Shades of Pompadour #612243

Tints of Pompadour #612243

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

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

R = 48.99%
G = 17.17%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#612243 (or 0x612243) is known color: Pompadour. HEX triplet: 61, 22 and 43. RGB value is (97,34,67). Sum of RGB (Red+Green+Blue) = 97+34+67=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #612243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612243 is #9EDDBC. Grayscale: #383838. Windows color (decimal): -10411453 or 4399713. OLE color: 4399713.

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

Color convert

RGB 97 34 67 -
CMYK 0 0.65 0.31 0.62
HSL 328.57º 0.48% 0.26% -
HSV(B) 328.57º 0.65% 0.38% -
XYZ 6.51 4.09 5.76 -
YUV 56.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 97 34 67 0 0.65 0.31 0.62 328.57 0.48 0.26
Hex 61 22 43 0 41 1F 3E 149 30 1A
Octal 141 42 103 0 101 37 76 511 60 32
Binary 1100001 100010 1000011 0 1000001 11111 111110 101001001 110000 11010

Color Harmonies of #612243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612243

Black with #612243

Text Example


Text Example

White with #612243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612243; }

 p { color: rgb(97,34,67); }

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

background-color css

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

 a { background-color: rgb(97,34,67); }

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

border-color css

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

 span { border-color: rgb(97,34,67); }

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