Html Css Color HEX #6B2252 Pompadour

📋 copy color: '#6B2252'

red 107 ◦ green 34 ◦ blue 82

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

Shades of Pompadour #6B2252

Tints of Pompadour #6B2252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

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

R = 47.98%
G = 15.25%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6B2252 (or 0x6B2252) is known color: Pompadour. HEX triplet: 6B, 22 and 52. RGB value is (107,34,82). Sum of RGB (Red+Green+Blue) = 107+34+82=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2252 is #94DDAD. Grayscale: #3D3D3D. Windows color (decimal): -9756078 or 5382763. OLE color: 5382763.

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

Color convert

RGB 107 34 82 -
CMYK 0 0.68 0.23 0.58
HSL 320.55º 0.52% 0.28% -
HSV(B) 320.55º 0.68% 0.42% -
XYZ 8.16 4.88 8.49 -
YUV 61.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 107 34 82 0 0.68 0.23 0.58 320.55 0.52 0.28
Hex 6B 22 52 0 44 17 3A 141 34 1C
Octal 153 42 122 0 104 27 72 501 64 34
Binary 1101011 100010 1010010 0 1000100 10111 111010 101000001 110100 11100

Color Harmonies of #6B2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2252

Black with #6B2252

Text Example


Text Example

White with #6B2252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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