Html Css Color HEX #612741 Pompadour

📋 copy color: '#612741'

red 97 ◦ green 39 ◦ blue 65

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

Shades of Pompadour #612741

Tints of Pompadour #612741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.34%

R = 48.26%
G = 19.4%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#612741 (or 0x612741) is known color: Pompadour. HEX triplet: 61, 27 and 41. RGB value is (97,39,65). Sum of RGB (Red+Green+Blue) = 97+39+65=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #612741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612741 is #9ED8BE. Grayscale: #3B3B3B. Windows color (decimal): -10410175 or 4269921. OLE color: 4269921.

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

Color convert

RGB 97 39 65 -
CMYK 0 0.60 0.33 0.62
HSL 333.1º 0.43% 0.27% -
HSV(B) 333.1º 0.6% 0.38% -
XYZ 6.61 4.37 5.5 -
YUV 59.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 97 39 65 0 0.60 0.33 0.62 333.1 0.43 0.27
Hex 61 27 41 0 3C 21 3E 14D 2B 1B
Octal 141 47 101 0 74 41 76 515 53 33
Binary 1100001 100111 1000001 0 111100 100001 111110 101001101 101011 11011

Color Harmonies of #612741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612741

Black with #612741

Text Example


Text Example

White with #612741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612741; }

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

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

background-color css

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

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

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

border-color css

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

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

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