Html Css Color HEX #6B1C4D Pompadour

📋 copy color: '#6B1C4D'

red 107 ◦ green 28 ◦ blue 77

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

Shades of Pompadour #6B1C4D

Tints of Pompadour #6B1C4D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.21%

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

R = 50.47%
G = 13.21%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6B1C4D (or 0x6B1C4D) is known color: Pompadour. HEX triplet: 6B, 1C and 4D. RGB value is (107,28,77). Sum of RGB (Red+Green+Blue) = 107+28+77=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1C4D is #94E3B2. Grayscale: #393939. Windows color (decimal): -9757619 or 5053547. OLE color: 5053547.

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

Color convert

RGB 107 28 77 -
CMYK 0 0.74 0.28 0.58
HSL 322.78º 0.59% 0.26% -
HSV(B) 322.78º 0.74% 0.42% -
XYZ 7.82 4.49 7.48 -
YUV 57.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 107 28 77 0 0.74 0.28 0.58 322.78 0.59 0.26
Hex 6B 1C 4D 0 4A 1C 3A 143 3B 1A
Octal 153 34 115 0 112 34 72 503 73 32
Binary 1101011 11100 1001101 0 1001010 11100 111010 101000011 111011 11010

Color Harmonies of #6B1C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1C4D

Black with #6B1C4D

Text Example


Text Example

White with #6B1C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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