Html Css Color HEX #83134B Pompadour

📋 copy color: '#83134B'

red 131 ◦ green 19 ◦ blue 75

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

Shades of Pompadour #83134B

Tints of Pompadour #83134B

RGB

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

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

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

R = 58.22%
G = 8.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83134B (or 0x83134B) is known color: Pompadour. HEX triplet: 83, 13 and 4B. RGB value is (131,19,75). Sum of RGB (Red+Green+Blue) = 131+19+75=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #83134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83134B is #7CECB4. Grayscale: #3A3A3A. Windows color (decimal): -8187061 or 4920195. OLE color: 4920195.

HSL color Cylindrical-coordinate representation of color #83134B: hue angle of 330º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83134B is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 75 -
CMYK 0 0.85 0.43 0.49
HSL 330º 0.75% 0.29% -
HSV(B) 330º 0.85% 0.51% -
XYZ 10.86 5.8 7.2 -
YUV 58.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 131 19 75 0 0.85 0.43 0.49 330 0.75 0.29
Hex 83 13 4B 0 55 2B 31 14A 4B 1D
Octal 203 23 113 0 125 53 61 512 113 35
Binary 10000011 10011 1001011 0 1010101 101011 110001 101001010 1001011 11101

Color Harmonies of #83134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83134B

Black with #83134B

Text Example


Text Example

White with #83134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83134B; }

 p { color: rgb(131,19,75); }

 H1.HeaderClassName
 {
   color: #83134B;
 }
 .AnyTagClassName
 {
   color: #83134B;
 }
</style>

background-color css

<style>
 a { background-color: #83134B; }

 a { background-color: rgb(131,19,75); }

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

border-color css

<style>
 span { border-color: #83134B; }

 span { border-color: rgb(131,19,75); }

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