Html Css Color HEX #6A1537 Pompadour

📋 copy color: '#6A1537'

red 106 ◦ green 21 ◦ blue 55

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

Shades of Pompadour #6A1537

Tints of Pompadour #6A1537

RGB

 RED value IS 106 (41.8% from 255) = 58.24%

 GREEN value IS 21 (8.59% from 255) = 11.54%

 BLUE value IS 55 (21.88% from 255) = 30.22%

R = 58.24%
G = 11.54%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6A1537 (or 0x6A1537) is known color: Pompadour. HEX triplet: 6A, 15 and 37. RGB value is (106,21,55). Sum of RGB (Red+Green+Blue) = 106+21+55=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1537 is #95EAC8. Grayscale: #323232. Windows color (decimal): -9824969 or 3609962. OLE color: 3609962.

HSL color Cylindrical-coordinate representation of color #6A1537: hue angle of 336º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1537 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 21 55 -
CMYK 0 0.80 0.48 0.58
HSL 336º 0.67% 0.25% -
HSV(B) 336º 0.8% 0.42% -
XYZ 6.9 3.88 4 -
YUV 50.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 106 21 55 0 0.80 0.48 0.58 336 0.67 0.25
Hex 6A 15 37 0 50 30 3A 150 43 19
Octal 152 25 67 0 120 60 72 520 103 31
Binary 1101010 10101 110111 0 1010000 110000 111010 101010000 1000011 11001

Color Harmonies of #6A1537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1537

Black with #6A1537

Text Example


Text Example

White with #6A1537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,21,55); }

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

background-color css

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

 a { background-color: rgb(106,21,55); }

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

border-color css

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

 span { border-color: rgb(106,21,55); }

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