Html Css Color HEX #6B1D52 Pompadour

📋 copy color: '#6B1D52'

red 107 ◦ green 29 ◦ blue 82

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

Shades of Pompadour #6B1D52

Tints of Pompadour #6B1D52

RGB

 RED value IS 107 (42.19% from 255) = 49.08%

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 82 (32.42% from 255) = 37.61%

R = 49.08%
G = 13.3%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6B1D52 (or 0x6B1D52) is known color: Pompadour. HEX triplet: 6B, 1D and 52. RGB value is (107,29,82). Sum of RGB (Red+Green+Blue) = 107+29+82=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1D52 is #94E2AD. Grayscale: #3A3A3A. Windows color (decimal): -9757358 or 5381483. OLE color: 5381483.

HSL color Cylindrical-coordinate representation of color #6B1D52: hue angle of 319.23º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B1D52 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 29 82 -
CMYK 0 0.73 0.23 0.58
HSL 319.23º 0.57% 0.27% -
HSV(B) 319.23º 0.73% 0.42% -
XYZ 8.03 4.61 8.45 -
YUV 58.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 107 29 82 0 0.73 0.23 0.58 319.23 0.57 0.27
Hex 6B 1D 52 0 49 17 3A 13F 39 1B
Octal 153 35 122 0 111 27 72 477 71 33
Binary 1101011 11101 1010010 0 1001001 10111 111010 100111111 111001 11011

Color Harmonies of #6B1D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1D52

Black with #6B1D52

Text Example


Text Example

White with #6B1D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B1D52; }

 p { color: rgb(107,29,82); }

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

background-color css

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

 a { background-color: rgb(107,29,82); }

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

border-color css

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

 span { border-color: rgb(107,29,82); }

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