Html Css Color HEX #6A133A Pompadour

📋 copy color: '#6A133A'

red 106 ◦ green 19 ◦ blue 58

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

Shades of Pompadour #6A133A

Tints of Pompadour #6A133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

 BLUE value IS 58 (23.05% from 255) = 31.69%

R = 57.92%
G = 10.38%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6A133A (or 0x6A133A) is known color: Pompadour. HEX triplet: 6A, 13 and 3A. RGB value is (106,19,58). Sum of RGB (Red+Green+Blue) = 106+19+58=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A133A is #95ECC5. Grayscale: #313131. Windows color (decimal): -9825478 or 3806058. OLE color: 3806058.

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

Color convert

RGB 106 19 58 -
CMYK 0 0.82 0.45 0.58
HSL 333.1º 0.7% 0.25% -
HSV(B) 333.1º 0.82% 0.42% -
XYZ 6.94 3.84 4.38 -
YUV 49.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 106 19 58 0 0.82 0.45 0.58 333.1 0.7 0.25
Hex 6A 13 3A 0 52 2D 3A 14D 46 19
Octal 152 23 72 0 122 55 72 515 106 31
Binary 1101010 10011 111010 0 1010010 101101 111010 101001101 1000110 11001

Color Harmonies of #6A133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A133A

Black with #6A133A

Text Example


Text Example

White with #6A133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,19,58); }

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

background-color css

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

 a { background-color: rgb(106,19,58); }

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

border-color css

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

 span { border-color: rgb(106,19,58); }

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