Html Css Color HEX #83123D Pompadour

📋 copy color: '#83123D'

red 131 ◦ green 18 ◦ blue 61

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

Shades of Pompadour #83123D

Tints of Pompadour #83123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 62.38%
G = 8.57%
B = 29.05%

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

#83123D (or 0x83123D) is known color: Pompadour. HEX triplet: 83, 12 and 3D. RGB value is (131,18,61). Sum of RGB (Red+Green+Blue) = 131+18+61=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83123D is #7CEDC2. Grayscale: #383838. Windows color (decimal): -8187331 or 4002435. OLE color: 4002435.

HSL color Cylindrical-coordinate representation of color #83123D: hue angle of 337.17º 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 #83123D is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 61 -
CMYK 0 0.86 0.53 0.49
HSL 337.17º 0.76% 0.29% -
HSV(B) 337.17º 0.86% 0.51% -
XYZ 10.42 5.59 4.95 -
YUV 56.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 131 18 61 0 0.86 0.53 0.49 337.17 0.76 0.29
Hex 83 12 3D 0 56 35 31 151 4C 1D
Octal 203 22 75 0 126 65 61 521 114 35
Binary 10000011 10010 111101 0 1010110 110101 110001 101010001 1001100 11101

Color Harmonies of #83123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83123D

Black with #83123D

Text Example


Text Example

White with #83123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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