Html Css Color HEX #6C1D3D Pompadour

📋 copy color: '#6C1D3D'

red 108 ◦ green 29 ◦ blue 61

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

Shades of Pompadour #6C1D3D

Tints of Pompadour #6C1D3D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.65%

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 54.55%
G = 14.65%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6C1D3D (or 0x6C1D3D) is known color: Pompadour. HEX triplet: 6C, 1D and 3D. RGB value is (108,29,61). Sum of RGB (Red+Green+Blue) = 108+29+61=198 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.55% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1D3D is #93E2C2. Grayscale: #383838. Windows color (decimal): -9691843 or 4005228. OLE color: 4005228.

HSL color Cylindrical-coordinate representation of color #6C1D3D: hue angle of 335.7º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C1D3D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 29 61 -
CMYK 0 0.73 0.44 0.58
HSL 335.7º 0.58% 0.27% -
HSV(B) 335.7º 0.73% 0.42% -
XYZ 7.47 4.4 4.87 -
YUV 56.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 108 29 61 0 0.73 0.44 0.58 335.7 0.58 0.27
Hex 6C 1D 3D 0 49 2C 3A 150 3A 1B
Octal 154 35 75 0 111 54 72 520 72 33
Binary 1101100 11101 111101 0 1001001 101100 111010 101010000 111010 11011

Color Harmonies of #6C1D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1D3D

Black with #6C1D3D

Text Example


Text Example

White with #6C1D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,29,61); }

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

background-color css

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

 a { background-color: rgb(108,29,61); }

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

border-color css

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

 span { border-color: rgb(108,29,61); }

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