Html Css Color HEX #6C1537 Pompadour

📋 copy color: '#6C1537'

red 108 ◦ green 21 ◦ blue 55

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

Shades of Pompadour #6C1537

Tints of Pompadour #6C1537

RGB

 RED value IS 108 (42.58% from 255) = 58.7%

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

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

R = 58.7%
G = 11.41%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6C1537 (or 0x6C1537) is known color: Pompadour. HEX triplet: 6C, 15 and 37. RGB value is (108,21,55). Sum of RGB (Red+Green+Blue) = 108+21+55=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1537 is #93EAC8. Grayscale: #323232. Windows color (decimal): -9693897 or 3609964. OLE color: 3609964.

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

Color convert

RGB 108 21 55 -
CMYK 0 0.81 0.49 0.58
HSL 336.55º 0.67% 0.25% -
HSV(B) 336.55º 0.81% 0.42% -
XYZ 7.14 4 4.01 -
YUV 50.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 108 21 55 0 0.81 0.49 0.58 336.55 0.67 0.25
Hex 6C 15 37 0 51 31 3A 151 43 19
Octal 154 25 67 0 121 61 72 521 103 31
Binary 1101100 10101 110111 0 1010001 110001 111010 101010001 1000011 11001

Color Harmonies of #6C1537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1537

Black with #6C1537

Text Example


Text Example

White with #6C1537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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