Html Css Color HEX #681238 Pompadour

📋 copy color: '#681238'

red 104 ◦ green 18 ◦ blue 56

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

Shades of Pompadour #681238

Tints of Pompadour #681238

RGB

 RED value IS 104 (41.02% from 255) = 58.43%

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

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

R = 58.43%
G = 10.11%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#681238 (or 0x681238) is known color: Pompadour. HEX triplet: 68, 12 and 38. RGB value is (104,18,56). Sum of RGB (Red+Green+Blue) = 104+18+56=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681238 is #97EDC7. Grayscale: #2F2F2F. Windows color (decimal): -9956808 or 3674728. OLE color: 3674728.

HSL color Cylindrical-coordinate representation of color #681238: hue angle of 333.49º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681238 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 56 -
CMYK 0 0.83 0.46 0.59
HSL 333.49º 0.7% 0.24% -
HSV(B) 333.49º 0.83% 0.41% -
XYZ 6.64 3.66 4.1 -
YUV 48.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 104 18 56 0 0.83 0.46 0.59 333.49 0.7 0.24
Hex 68 12 38 0 53 2E 3B 14D 46 18
Octal 150 22 70 0 123 56 73 515 106 30
Binary 1101000 10010 111000 0 1010011 101110 111011 101001101 1000110 11000

Color Harmonies of #681238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681238

Black with #681238

Text Example


Text Example

White with #681238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681238; }

 p { color: rgb(104,18,56); }

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

background-color css

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

 a { background-color: rgb(104,18,56); }

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

border-color css

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

 span { border-color: rgb(104,18,56); }

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