Html Css Color HEX #6A1E3B Pompadour

📋 copy color: '#6A1E3B'

red 106 ◦ green 30 ◦ blue 59

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

Shades of Pompadour #6A1E3B

Tints of Pompadour #6A1E3B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.38%

 BLUE value IS 59 (23.44% from 255) = 30.26%

R = 54.36%
G = 15.38%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6A1E3B (or 0x6A1E3B) is known color: Pompadour. HEX triplet: 6A, 1E and 3B. RGB value is (106,30,59). Sum of RGB (Red+Green+Blue) = 106+30+59=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1E3B is #95E1C4. Grayscale: #373737. Windows color (decimal): -9822661 or 3874410. OLE color: 3874410.

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

Color convert

RGB 106 30 59 -
CMYK 0 0.72 0.44 0.58
HSL 337.11º 0.56% 0.27% -
HSV(B) 337.11º 0.72% 0.42% -
XYZ 7.2 4.31 4.59 -
YUV 56.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 106 30 59 0 0.72 0.44 0.58 337.11 0.56 0.27
Hex 6A 1E 3B 0 48 2C 3A 151 38 1B
Octal 152 36 73 0 110 54 72 521 70 33
Binary 1101010 11110 111011 0 1001000 101100 111010 101010001 111000 11011

Color Harmonies of #6A1E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1E3B

Black with #6A1E3B

Text Example


Text Example

White with #6A1E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,30,59); }

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

background-color css

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

 a { background-color: rgb(106,30,59); }

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

border-color css

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

 span { border-color: rgb(106,30,59); }

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