Html Css Color HEX #83133F Pompadour

📋 copy color: '#83133F'

red 131 ◦ green 19 ◦ blue 63

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

Shades of Pompadour #83133F

Tints of Pompadour #83133F

RGB

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

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

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

R = 61.5%
G = 8.92%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83133F (or 0x83133F) is known color: Pompadour. HEX triplet: 83, 13 and 3F. RGB value is (131,19,63). Sum of RGB (Red+Green+Blue) = 131+19+63=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83133F is #7CECC0. Grayscale: #393939. Windows color (decimal): -8187073 or 4133763. OLE color: 4133763.

HSL color Cylindrical-coordinate representation of color #83133F: hue angle of 336.43º 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 #83133F is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 63 -
CMYK 0 0.85 0.52 0.49
HSL 336.43º 0.75% 0.29% -
HSV(B) 336.43º 0.85% 0.51% -
XYZ 10.49 5.65 5.24 -
YUV 57.5 131.11 180.42 -
System Red Green Blue C M Y K H S L
Decimal 131 19 63 0 0.85 0.52 0.49 336.43 0.75 0.29
Hex 83 13 3F 0 55 34 31 150 4B 1D
Octal 203 23 77 0 125 64 61 520 113 35
Binary 10000011 10011 111111 0 1010101 110100 110001 101010000 1001011 11101

Color Harmonies of #83133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83133F

Black with #83133F

Text Example


Text Example

White with #83133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83133F; }

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

 H1.HeaderClassName
 {
   color: #83133F;
 }
 .AnyTagClassName
 {
   color: #83133F;
 }
</style>

background-color css

<style>
 a { background-color: #83133F; }

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

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

border-color css

<style>
 span { border-color: #83133F; }

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

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