Html Css Color HEX #6B124B Pompadour

📋 copy color: '#6B124B'

red 107 ◦ green 18 ◦ blue 75

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

Shades of Pompadour #6B124B

Tints of Pompadour #6B124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 75 (29.69% from 255) = 37.5%

R = 53.5%
G = 9%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B124B (or 0x6B124B) is known color: Pompadour. HEX triplet: 6B, 12 and 4B. RGB value is (107,18,75). Sum of RGB (Red+Green+Blue) = 107+18+75=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B124B is #94EDB4. Grayscale: #323232. Windows color (decimal): -9760181 or 4919915. OLE color: 4919915.

HSL color Cylindrical-coordinate representation of color #6B124B: hue angle of 321.57º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B124B is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 18 75 -
CMYK 0 0.83 0.30 0.58
HSL 321.57º 0.71% 0.25% -
HSV(B) 321.57º 0.83% 0.42% -
XYZ 7.55 4.07 7.04 -
YUV 51.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 107 18 75 0 0.83 0.30 0.58 321.57 0.71 0.25
Hex 6B 12 4B 0 53 1E 3A 142 47 19
Octal 153 22 113 0 123 36 72 502 107 31
Binary 1101011 10010 1001011 0 1010011 11110 111010 101000010 1000111 11001

Color Harmonies of #6B124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B124B

Black with #6B124B

Text Example


Text Example

White with #6B124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,18,75); }

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

background-color css

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

 a { background-color: rgb(107,18,75); }

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

border-color css

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

 span { border-color: rgb(107,18,75); }

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