Html Css Color HEX #741038 Pompadour

📋 copy color: '#741038'

red 116 ◦ green 16 ◦ blue 56

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

Shades of Pompadour #741038

Tints of Pompadour #741038

RGB

 RED value IS 116 (45.7% from 255) = 61.7%

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

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

R = 61.7%
G = 8.51%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#741038 (or 0x741038) is known color: Pompadour. HEX triplet: 74, 10 and 38. RGB value is (116,16,56). Sum of RGB (Red+Green+Blue) = 116+16+56=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #741038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741038 is #8BEFC7. Grayscale: #323232. Windows color (decimal): -9170888 or 3674228. OLE color: 3674228.

HSL color Cylindrical-coordinate representation of color #741038: hue angle of 336º 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 #741038 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 56 -
CMYK 0 0.86 0.52 0.55
HSL 336º 0.76% 0.26% -
HSV(B) 336º 0.86% 0.45% -
XYZ 8.1 4.37 4.16 -
YUV 50.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 116 16 56 0 0.86 0.52 0.55 336 0.76 0.26
Hex 74 10 38 0 56 34 37 150 4C 1A
Octal 164 20 70 0 126 64 67 520 114 32
Binary 1110100 10000 111000 0 1010110 110100 110111 101010000 1001100 11010

Color Harmonies of #741038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741038

Black with #741038

Text Example


Text Example

White with #741038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741038; }

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

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

background-color css

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

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

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

border-color css

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

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

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