Html Css Color HEX #6F134B Pompadour

📋 copy color: '#6F134B'

red 111 ◦ green 19 ◦ blue 75

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

Shades of Pompadour #6F134B

Tints of Pompadour #6F134B

RGB

 RED value IS 111 (43.75% from 255) = 54.15%

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

 BLUE value IS 75 (29.69% from 255) = 36.59%

R = 54.15%
G = 9.27%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F134B (or 0x6F134B) is known color: Pompadour. HEX triplet: 6F, 13 and 4B. RGB value is (111,19,75). Sum of RGB (Red+Green+Blue) = 111+19+75=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F134B is #90ECB4. Grayscale: #343434. Windows color (decimal): -9497781 or 4920175. OLE color: 4920175.

HSL color Cylindrical-coordinate representation of color #6F134B: hue angle of 323.48º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F134B is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 19 75 -
CMYK 0 0.83 0.32 0.56
HSL 323.48º 0.71% 0.25% -
HSV(B) 323.48º 0.83% 0.44% -
XYZ 8.06 4.35 7.07 -
YUV 52.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 111 19 75 0 0.83 0.32 0.56 323.48 0.71 0.25
Hex 6F 13 4B 0 53 20 38 143 47 19
Octal 157 23 113 0 123 40 70 503 107 31
Binary 1101111 10011 1001011 0 1010011 100000 111000 101000011 1000111 11001

Color Harmonies of #6F134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F134B

Black with #6F134B

Text Example


Text Example

White with #6F134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,19,75); }

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

background-color css

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

 a { background-color: rgb(111,19,75); }

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

border-color css

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

 span { border-color: rgb(111,19,75); }

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