Html Css Color HEX #61234C Pompadour

📋 copy color: '#61234C'

red 97 ◦ green 35 ◦ blue 76

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

Shades of Pompadour #61234C

Tints of Pompadour #61234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 46.63%
G = 16.83%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#61234C (or 0x61234C) is known color: Pompadour. HEX triplet: 61, 23 and 4C. RGB value is (97,35,76). Sum of RGB (Red+Green+Blue) = 97+35+76=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61234C is #9EDCB3. Grayscale: #3A3A3A. Windows color (decimal): -10411188 or 4989793. OLE color: 4989793.

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

Color convert

RGB 97 35 76 -
CMYK 0 0.64 0.22 0.62
HSL 320.32º 0.47% 0.26% -
HSV(B) 320.32º 0.64% 0.38% -
XYZ 6.84 4.27 7.3 -
YUV 58.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 97 35 76 0 0.64 0.22 0.62 320.32 0.47 0.26
Hex 61 23 4C 0 40 16 3E 140 2F 1A
Octal 141 43 114 0 100 26 76 500 57 32
Binary 1100001 100011 1001100 0 1000000 10110 111110 101000000 101111 11010

Color Harmonies of #61234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61234C

Black with #61234C

Text Example


Text Example

White with #61234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61234C; }

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

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

background-color css

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

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

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

border-color css

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

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

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