Html Css Color HEX #830F4A Pompadour

📋 copy color: '#830F4A'

red 131 ◦ green 15 ◦ blue 74

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

Shades of Pompadour #830F4A

Tints of Pompadour #830F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.64%

R = 59.55%
G = 6.82%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#830F4A (or 0x830F4A) is known color: Pompadour. HEX triplet: 83, 0F and 4A. RGB value is (131,15,74). Sum of RGB (Red+Green+Blue) = 131+15+74=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #830F4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830F4A is #7CF0B5. Grayscale: #383838. Windows color (decimal): -8188086 or 4853635. OLE color: 4853635.

HSL color Cylindrical-coordinate representation of color #830F4A: hue angle of 329.48º 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 #830F4A is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 15 74 -
CMYK 0 0.89 0.44 0.49
HSL 329.48º 0.79% 0.29% -
HSV(B) 329.48º 0.89% 0.51% -
XYZ 10.77 5.66 7 -
YUV 56.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 131 15 74 0 0.89 0.44 0.49 329.48 0.79 0.29
Hex 83 F 4A 0 59 2C 31 149 4F 1D
Octal 203 17 112 0 131 54 61 511 117 35
Binary 10000011 1111 1001010 0 1011001 101100 110001 101001001 1001111 11101

Color Harmonies of #830F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F4A

Black with #830F4A

Text Example


Text Example

White with #830F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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