Html Css Color HEX #681235 Pompadour

📋 copy color: '#681235'

red 104 ◦ green 18 ◦ blue 53

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

Shades of Pompadour #681235

Tints of Pompadour #681235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.29%

R = 59.43%
G = 10.29%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#681235 (or 0x681235) is known color: Pompadour. HEX triplet: 68, 12 and 35. RGB value is (104,18,53). Sum of RGB (Red+Green+Blue) = 104+18+53=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #681235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681235 is #97EDCA. Grayscale: #2F2F2F. Windows color (decimal): -9956811 or 3478120. OLE color: 3478120.

HSL color Cylindrical-coordinate representation of color #681235: hue angle of 335.58º 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 #681235 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 53 -
CMYK 0 0.83 0.49 0.59
HSL 335.58º 0.7% 0.24% -
HSV(B) 335.58º 0.83% 0.41% -
XYZ 6.57 3.63 3.72 -
YUV 47.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 104 18 53 0 0.83 0.49 0.59 335.58 0.7 0.24
Hex 68 12 35 0 53 31 3B 150 46 18
Octal 150 22 65 0 123 61 73 520 106 30
Binary 1101000 10010 110101 0 1010011 110001 111011 101010000 1000110 11000

Color Harmonies of #681235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681235

Black with #681235

Text Example


Text Example

White with #681235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681235; }

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

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

background-color css

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

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

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

border-color css

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

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

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