Html Css Color HEX #731038 Pompadour

📋 copy color: '#731038'

red 115 ◦ green 16 ◦ blue 56

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

Shades of Pompadour #731038

Tints of Pompadour #731038

RGB

 RED value IS 115 (45.31% from 255) = 61.5%

 GREEN value IS 16 (6.64% from 255) = 8.56%

 BLUE value IS 56 (22.27% from 255) = 29.95%

R = 61.5%
G = 8.56%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#731038 (or 0x731038) is known color: Pompadour. HEX triplet: 73, 10 and 38. RGB value is (115,16,56). Sum of RGB (Red+Green+Blue) = 115+16+56=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #731038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731038 is #8CEFC7. Grayscale: #323232. Windows color (decimal): -9236424 or 3674227. OLE color: 3674227.

HSL color Cylindrical-coordinate representation of color #731038: hue angle of 335.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731038 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 56 -
CMYK 0 0.86 0.51 0.55
HSL 335.76º 0.76% 0.26% -
HSV(B) 335.76º 0.86% 0.45% -
XYZ 7.97 4.3 4.15 -
YUV 50.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 115 16 56 0 0.86 0.51 0.55 335.76 0.76 0.26
Hex 73 10 38 0 56 33 37 150 4C 1A
Octal 163 20 70 0 126 63 67 520 114 32
Binary 1110011 10000 111000 0 1010110 110011 110111 101010000 1001100 11010

Color Harmonies of #731038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731038

Black with #731038

Text Example


Text Example

White with #731038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731038; }

 p { color: rgb(115,16,56); }

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

background-color css

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

 a { background-color: rgb(115,16,56); }

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

border-color css

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

 span { border-color: rgb(115,16,56); }

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