Html Css Color HEX #83123E Pompadour

📋 copy color: '#83123E'

red 131 ◦ green 18 ◦ blue 62

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

Shades of Pompadour #83123E

Tints of Pompadour #83123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 62.09%
G = 8.53%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83123E (or 0x83123E) is known color: Pompadour. HEX triplet: 83, 12 and 3E. RGB value is (131,18,62). Sum of RGB (Red+Green+Blue) = 131+18+62=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83123E is #7CEDC1. Grayscale: #383838. Windows color (decimal): -8187330 or 4067971. OLE color: 4067971.

HSL color Cylindrical-coordinate representation of color #83123E: hue angle of 336.64º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83123E is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 62 -
CMYK 0 0.86 0.53 0.49
HSL 336.64º 0.76% 0.29% -
HSV(B) 336.64º 0.86% 0.51% -
XYZ 10.45 5.61 5.09 -
YUV 56.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 131 18 62 0 0.86 0.53 0.49 336.64 0.76 0.29
Hex 83 12 3E 0 56 35 31 151 4C 1D
Octal 203 22 76 0 126 65 61 521 114 35
Binary 10000011 10010 111110 0 1010110 110101 110001 101010001 1001100 11101

Color Harmonies of #83123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83123E

Black with #83123E

Text Example


Text Example

White with #83123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83123E; }

 p { color: rgb(131,18,62); }

 H1.HeaderClassName
 {
   color: #83123E;
 }
 .AnyTagClassName
 {
   color: #83123E;
 }
</style>

background-color css

<style>
 a { background-color: #83123E; }

 a { background-color: rgb(131,18,62); }

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

border-color css

<style>
 span { border-color: #83123E; }

 span { border-color: rgb(131,18,62); }

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