Html Css Color HEX #6B1252 Pompadour

📋 copy color: '#6B1252'

red 107 ◦ green 18 ◦ blue 82

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

Shades of Pompadour #6B1252

Tints of Pompadour #6B1252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.61%

R = 51.69%
G = 8.7%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6B1252 (or 0x6B1252) is known color: Pompadour. HEX triplet: 6B, 12 and 52. RGB value is (107,18,82). Sum of RGB (Red+Green+Blue) = 107+18+82=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1252 is #94EDAD. Grayscale: #333333. Windows color (decimal): -9760174 or 5378667. OLE color: 5378667.

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

Color convert

RGB 107 18 82 -
CMYK 0 0.83 0.23 0.58
HSL 316.85º 0.71% 0.25% -
HSV(B) 316.85º 0.83% 0.42% -
XYZ 7.8 4.17 8.38 -
YUV 51.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 107 18 82 0 0.83 0.23 0.58 316.85 0.71 0.25
Hex 6B 12 52 0 53 17 3A 13D 47 19
Octal 153 22 122 0 123 27 72 475 107 31
Binary 1101011 10010 1010010 0 1010011 10111 111010 100111101 1000111 11001

Color Harmonies of #6B1252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1252

Black with #6B1252

Text Example


Text Example

White with #6B1252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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