Html Css Color HEX #6F133C Pompadour

📋 copy color: '#6F133C'

red 111 ◦ green 19 ◦ blue 60

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

Shades of Pompadour #6F133C

Tints of Pompadour #6F133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 58.42%
G = 10%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F133C (or 0x6F133C) is known color: Pompadour. HEX triplet: 6F, 13 and 3C. RGB value is (111,19,60). Sum of RGB (Red+Green+Blue) = 111+19+60=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F133C is #90ECC3. Grayscale: #333333. Windows color (decimal): -9497796 or 3937135. OLE color: 3937135.

HSL color Cylindrical-coordinate representation of color #6F133C: hue angle of 333.26º 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 #6F133C is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 19 60 -
CMYK 0 0.83 0.46 0.56
HSL 333.26º 0.71% 0.25% -
HSV(B) 333.26º 0.83% 0.44% -
XYZ 7.6 4.17 4.68 -
YUV 51.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 111 19 60 0 0.83 0.46 0.56 333.26 0.71 0.25
Hex 6F 13 3C 0 53 2E 38 14D 47 19
Octal 157 23 74 0 123 56 70 515 107 31
Binary 1101111 10011 111100 0 1010011 101110 111000 101001101 1000111 11001

Color Harmonies of #6F133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F133C

Black with #6F133C

Text Example


Text Example

White with #6F133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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