Html Css Color HEX #6B2448 Pompadour

📋 copy color: '#6B2448'

red 107 ◦ green 36 ◦ blue 72

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

Shades of Pompadour #6B2448

Tints of Pompadour #6B2448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 49.77%
G = 16.74%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6B2448 (or 0x6B2448) is known color: Pompadour. HEX triplet: 6B, 24 and 48. RGB value is (107,36,72). Sum of RGB (Red+Green+Blue) = 107+36+72=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2448 is #94DBB7. Grayscale: #3D3D3D. Windows color (decimal): -9755576 or 4727915. OLE color: 4727915.

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

Color convert

RGB 107 36 72 -
CMYK 0 0.66 0.33 0.58
HSL 329.58º 0.5% 0.28% -
HSV(B) 329.58º 0.66% 0.42% -
XYZ 7.86 4.86 6.65 -
YUV 61.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 107 36 72 0 0.66 0.33 0.58 329.58 0.5 0.28
Hex 6B 24 48 0 42 21 3A 14A 32 1C
Octal 153 44 110 0 102 41 72 512 62 34
Binary 1101011 100100 1001000 0 1000010 100001 111010 101001010 110010 11100

Color Harmonies of #6B2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2448

Black with #6B2448

Text Example


Text Example

White with #6B2448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,36,72); }

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

background-color css

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

 a { background-color: rgb(107,36,72); }

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

border-color css

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

 span { border-color: rgb(107,36,72); }

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