Html Css Color HEX #6F224B Pompadour

📋 copy color: '#6F224B'

red 111 ◦ green 34 ◦ blue 75

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

Shades of Pompadour #6F224B

Tints of Pompadour #6F224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

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

R = 50.45%
G = 15.45%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F224B (or 0x6F224B) is known color: Pompadour. HEX triplet: 6F, 22 and 4B. RGB value is (111,34,75). Sum of RGB (Red+Green+Blue) = 111+34+75=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F224B is #90DDB4. Grayscale: #3D3D3D. Windows color (decimal): -9493941 or 4924015. OLE color: 4924015.

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

Color convert

RGB 111 34 75 -
CMYK 0 0.69 0.32 0.56
HSL 328.05º 0.53% 0.28% -
HSV(B) 328.05º 0.69% 0.44% -
XYZ 8.4 5.03 7.19 -
YUV 61.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 111 34 75 0 0.69 0.32 0.56 328.05 0.53 0.28
Hex 6F 22 4B 0 45 20 38 148 35 1C
Octal 157 42 113 0 105 40 70 510 65 34
Binary 1101111 100010 1001011 0 1000101 100000 111000 101001000 110101 11100

Color Harmonies of #6F224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F224B

Black with #6F224B

Text Example


Text Example

White with #6F224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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