Html Css Color HEX #612743 Pompadour

📋 copy color: '#612743'

red 97 ◦ green 39 ◦ blue 67

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

Shades of Pompadour #612743

Tints of Pompadour #612743

RGB

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

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

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

R = 47.78%
G = 19.21%
B = 33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#612743 (or 0x612743) is known color: Pompadour. HEX triplet: 61, 27 and 43. RGB value is (97,39,67). Sum of RGB (Red+Green+Blue) = 97+39+67=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #612743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612743 is #9ED8BC. Grayscale: #3B3B3B. Windows color (decimal): -10410173 or 4400993. OLE color: 4400993.

HSL color Cylindrical-coordinate representation of color #612743: hue angle of 331.03º 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 #612743 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 67 -
CMYK 0 0.60 0.31 0.62
HSL 331.03º 0.43% 0.27% -
HSV(B) 331.03º 0.6% 0.38% -
XYZ 6.67 4.4 5.81 -
YUV 59.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 97 39 67 0 0.60 0.31 0.62 331.03 0.43 0.27
Hex 61 27 43 0 3C 1F 3E 14B 2B 1B
Octal 141 47 103 0 74 37 76 513 53 33
Binary 1100001 100111 1000011 0 111100 11111 111110 101001011 101011 11011

Color Harmonies of #612743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612743

Black with #612743

Text Example


Text Example

White with #612743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612743; }

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

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

background-color css

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

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

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

border-color css

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

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

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