Html Css Color HEX #6B1D45 Pompadour

📋 copy color: '#6B1D45'

red 107 ◦ green 29 ◦ blue 69

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

Shades of Pompadour #6B1D45

Tints of Pompadour #6B1D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 52.2%
G = 14.15%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B1D45 (or 0x6B1D45) is known color: Pompadour. HEX triplet: 6B, 1D and 45. RGB value is (107,29,69). Sum of RGB (Red+Green+Blue) = 107+29+69=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1D45 is #94E2BA. Grayscale: #383838. Windows color (decimal): -9757371 or 4529515. OLE color: 4529515.

HSL color Cylindrical-coordinate representation of color #6B1D45: hue angle of 329.23º degrees, saturation: 0.57, 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 #6B1D45 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 29 69 -
CMYK 0 0.73 0.36 0.58
HSL 329.23º 0.57% 0.27% -
HSV(B) 329.23º 0.73% 0.42% -
XYZ 7.58 4.43 6.09 -
YUV 56.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 107 29 69 0 0.73 0.36 0.58 329.23 0.57 0.27
Hex 6B 1D 45 0 49 24 3A 149 39 1B
Octal 153 35 105 0 111 44 72 511 71 33
Binary 1101011 11101 1000101 0 1001001 100100 111010 101001001 111001 11011

Color Harmonies of #6B1D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1D45

Black with #6B1D45

Text Example


Text Example

White with #6B1D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,29,69); }

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

background-color css

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

 a { background-color: rgb(107,29,69); }

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

border-color css

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

 span { border-color: rgb(107,29,69); }

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