Html Css Color HEX #61234F Pompadour

📋 copy color: '#61234F'

red 97 ◦ green 35 ◦ blue 79

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

Shades of Pompadour #61234F

Tints of Pompadour #61234F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.44%

R = 45.97%
G = 16.59%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61234F (or 0x61234F) is known color: Pompadour. HEX triplet: 61, 23 and 4F. RGB value is (97,35,79). Sum of RGB (Red+Green+Blue) = 97+35+79=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61234F is #9EDCB0. Grayscale: #3A3A3A. Windows color (decimal): -10411185 or 5186401. OLE color: 5186401.

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

Color convert

RGB 97 35 79 -
CMYK 0 0.64 0.19 0.62
HSL 317.42º 0.47% 0.26% -
HSV(B) 317.42º 0.64% 0.38% -
XYZ 6.94 4.31 7.86 -
YUV 58.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 97 35 79 0 0.64 0.19 0.62 317.42 0.47 0.26
Hex 61 23 4F 0 40 13 3E 13D 2F 1A
Octal 141 43 117 0 100 23 76 475 57 32
Binary 1100001 100011 1001111 0 1000000 10011 111110 100111101 101111 11010

Color Harmonies of #61234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61234F

Black with #61234F

Text Example


Text Example

White with #61234F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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