Html Css Color HEX #830F48 Pompadour

📋 copy color: '#830F48'

red 131 ◦ green 15 ◦ blue 72

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

Shades of Pompadour #830F48

Tints of Pompadour #830F48

RGB

 RED value IS 131 (51.56% from 255) = 60.09%

 GREEN value IS 15 (6.25% from 255) = 6.88%

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 60.09%
G = 6.88%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#830F48 (or 0x830F48) is known color: Pompadour. HEX triplet: 83, 0F and 48. RGB value is (131,15,72). Sum of RGB (Red+Green+Blue) = 131+15+72=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #830F48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830F48 is #7CF0B7. Grayscale: #383838. Windows color (decimal): -8188088 or 4722563. OLE color: 4722563.

HSL color Cylindrical-coordinate representation of color #830F48: hue angle of 330.52º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830F48 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 15 72 -
CMYK 0 0.89 0.45 0.49
HSL 330.52º 0.79% 0.29% -
HSV(B) 330.52º 0.89% 0.51% -
XYZ 10.7 5.63 6.65 -
YUV 56.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 131 15 72 0 0.89 0.45 0.49 330.52 0.79 0.29
Hex 83 F 48 0 59 2D 31 14B 4F 1D
Octal 203 17 110 0 131 55 61 513 117 35
Binary 10000011 1111 1001000 0 1011001 101101 110001 101001011 1001111 11101

Color Harmonies of #830F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F48

Black with #830F48

Text Example


Text Example

White with #830F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830F48; }

 p { color: rgb(131,15,72); }

 H1.HeaderClassName
 {
   color: #830F48;
 }
 .AnyTagClassName
 {
   color: #830F48;
 }
</style>

background-color css

<style>
 a { background-color: #830F48; }

 a { background-color: rgb(131,15,72); }

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

border-color css

<style>
 span { border-color: #830F48; }

 span { border-color: rgb(131,15,72); }

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