Html Css Color HEX #6F133F Pompadour

📋 copy color: '#6F133F'

red 111 ◦ green 19 ◦ blue 63

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

Shades of Pompadour #6F133F

Tints of Pompadour #6F133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.64%

R = 57.51%
G = 9.84%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#6F133F (or 0x6F133F) is known color: Pompadour. HEX triplet: 6F, 13 and 3F. RGB value is (111,19,63). Sum of RGB (Red+Green+Blue) = 111+19+63=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F133F is #90ECC0. Grayscale: #333333. Windows color (decimal): -9497793 or 4133743. OLE color: 4133743.

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

Color convert

RGB 111 19 63 -
CMYK 0 0.83 0.43 0.56
HSL 331.3º 0.71% 0.25% -
HSV(B) 331.3º 0.83% 0.44% -
XYZ 7.69 4.2 5.11 -
YUV 51.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 111 19 63 0 0.83 0.43 0.56 331.3 0.71 0.25
Hex 6F 13 3F 0 53 2B 38 14B 47 19
Octal 157 23 77 0 123 53 70 513 107 31
Binary 1101111 10011 111111 0 1010011 101011 111000 101001011 1000111 11001

Color Harmonies of #6F133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F133F

Black with #6F133F

Text Example


Text Example

White with #6F133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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