Html Css Color HEX #6B1B4D Pompadour

📋 copy color: '#6B1B4D'

red 107 ◦ green 27 ◦ blue 77

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

Shades of Pompadour #6B1B4D

Tints of Pompadour #6B1B4D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 50.71%
G = 12.8%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6B1B4D (or 0x6B1B4D) is known color: Pompadour. HEX triplet: 6B, 1B and 4D. RGB value is (107,27,77). Sum of RGB (Red+Green+Blue) = 107+27+77=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1B4D is #94E4B2. Grayscale: #383838. Windows color (decimal): -9757875 or 5053291. OLE color: 5053291.

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

Color convert

RGB 107 27 77 -
CMYK 0 0.75 0.28 0.58
HSL 322.5º 0.6% 0.26% -
HSV(B) 322.5º 0.75% 0.42% -
XYZ 7.79 4.45 7.47 -
YUV 56.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 107 27 77 0 0.75 0.28 0.58 322.5 0.6 0.26
Hex 6B 1B 4D 0 4B 1C 3A 142 3C 1A
Octal 153 33 115 0 113 34 72 502 74 32
Binary 1101011 11011 1001101 0 1001011 11100 111010 101000010 111100 11010

Color Harmonies of #6B1B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1B4D

Black with #6B1B4D

Text Example


Text Example

White with #6B1B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,27,77); }

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

background-color css

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

 a { background-color: rgb(107,27,77); }

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

border-color css

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

 span { border-color: rgb(107,27,77); }

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