Html Css Color HEX #6B1A53 Pompadour

📋 copy color: '#6B1A53'

red 107 ◦ green 26 ◦ blue 83

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

Shades of Pompadour #6B1A53

Tints of Pompadour #6B1A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

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

R = 49.54%
G = 12.04%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6B1A53 (or 0x6B1A53) is known color: Pompadour. HEX triplet: 6B, 1A and 53. RGB value is (107,26,83). Sum of RGB (Red+Green+Blue) = 107+26+83=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1A53 is #94E5AC. Grayscale: #383838. Windows color (decimal): -9758125 or 5446251. OLE color: 5446251.

HSL color Cylindrical-coordinate representation of color #6B1A53: hue angle of 317.78º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1A53 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 26 83 -
CMYK 0 0.76 0.22 0.58
HSL 317.78º 0.61% 0.26% -
HSV(B) 317.78º 0.76% 0.42% -
XYZ 7.99 4.49 8.63 -
YUV 56.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 107 26 83 0 0.76 0.22 0.58 317.78 0.61 0.26
Hex 6B 1A 53 0 4C 16 3A 13E 3D 1A
Octal 153 32 123 0 114 26 72 476 75 32
Binary 1101011 11010 1010011 0 1001100 10110 111010 100111110 111101 11010

Color Harmonies of #6B1A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1A53

Black with #6B1A53

Text Example


Text Example

White with #6B1A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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