Html Css Color HEX #612343 Pompadour

📋 copy color: '#612343'

red 97 ◦ green 35 ◦ blue 67

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

Shades of Pompadour #612343

Tints of Pompadour #612343

RGB

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

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

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

R = 48.74%
G = 17.59%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#612343 (or 0x612343) is known color: Pompadour. HEX triplet: 61, 23 and 43. RGB value is (97,35,67). Sum of RGB (Red+Green+Blue) = 97+35+67=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #612343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612343 is #9EDCBC. Grayscale: #393939. Windows color (decimal): -10411197 or 4399969. OLE color: 4399969.

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

Color convert

RGB 97 35 67 -
CMYK 0 0.64 0.31 0.62
HSL 329.03º 0.47% 0.26% -
HSV(B) 329.03º 0.64% 0.38% -
XYZ 6.54 4.15 5.77 -
YUV 57.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 97 35 67 0 0.64 0.31 0.62 329.03 0.47 0.26
Hex 61 23 43 0 40 1F 3E 149 2F 1A
Octal 141 43 103 0 100 37 76 511 57 32
Binary 1100001 100011 1000011 0 1000000 11111 111110 101001001 101111 11010

Color Harmonies of #612343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612343

Black with #612343

Text Example


Text Example

White with #612343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612343; }

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

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

background-color css

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

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

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

border-color css

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

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

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