Html Css Color HEX #69124C Pompadour

📋 copy color: '#69124C'

red 105 ◦ green 18 ◦ blue 76

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

Shades of Pompadour #69124C

Tints of Pompadour #69124C

RGB

 RED value IS 105 (41.41% from 255) = 52.76%

 GREEN value IS 18 (7.42% from 255) = 9.05%

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

R = 52.76%
G = 9.05%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#69124C (or 0x69124C) is known color: Pompadour. HEX triplet: 69, 12 and 4C. RGB value is (105,18,76). Sum of RGB (Red+Green+Blue) = 105+18+76=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #69124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69124C is #96EDB3. Grayscale: #323232. Windows color (decimal): -9891252 or 4985449. OLE color: 4985449.

HSL color Cylindrical-coordinate representation of color #69124C: hue angle of 320º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #69124C is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 18 76 -
CMYK 0 0.83 0.28 0.59
HSL 320º 0.71% 0.24% -
HSV(B) 320º 0.83% 0.41% -
XYZ 7.35 3.96 7.21 -
YUV 50.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 105 18 76 0 0.83 0.28 0.59 320 0.71 0.24
Hex 69 12 4C 0 53 1C 3B 140 47 18
Octal 151 22 114 0 123 34 73 500 107 30
Binary 1101001 10010 1001100 0 1010011 11100 111011 101000000 1000111 11000

Color Harmonies of #69124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69124C

Black with #69124C

Text Example


Text Example

White with #69124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,18,76); }

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

background-color css

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

 a { background-color: rgb(105,18,76); }

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

border-color css

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

 span { border-color: rgb(105,18,76); }

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