Html Css Color HEX #6B1D53 Pompadour

📋 copy color: '#6B1D53'

red 107 ◦ green 29 ◦ blue 83

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

Shades of Pompadour #6B1D53

Tints of Pompadour #6B1D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.9%

R = 48.86%
G = 13.24%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6B1D53 (or 0x6B1D53) is known color: Pompadour. HEX triplet: 6B, 1D and 53. RGB value is (107,29,83). Sum of RGB (Red+Green+Blue) = 107+29+83=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1D53 is #94E2AC. Grayscale: #3A3A3A. Windows color (decimal): -9757357 or 5447019. OLE color: 5447019.

HSL color Cylindrical-coordinate representation of color #6B1D53: hue angle of 318.46º 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 #6B1D53 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 29 83 -
CMYK 0 0.73 0.22 0.58
HSL 318.46º 0.57% 0.27% -
HSV(B) 318.46º 0.73% 0.42% -
XYZ 8.06 4.63 8.65 -
YUV 58.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 107 29 83 0 0.73 0.22 0.58 318.46 0.57 0.27
Hex 6B 1D 53 0 49 16 3A 13E 39 1B
Octal 153 35 123 0 111 26 72 476 71 33
Binary 1101011 11101 1010011 0 1001001 10110 111010 100111110 111001 11011

Color Harmonies of #6B1D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1D53

Black with #6B1D53

Text Example


Text Example

White with #6B1D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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