Html Css Color HEX #681335 Pompadour

📋 copy color: '#681335'

red 104 ◦ green 19 ◦ blue 53

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

Shades of Pompadour #681335

Tints of Pompadour #681335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 59.09%
G = 10.8%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#681335 (or 0x681335) is known color: Pompadour. HEX triplet: 68, 13 and 35. RGB value is (104,19,53). Sum of RGB (Red+Green+Blue) = 104+19+53=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #681335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681335 is #97ECCA. Grayscale: #303030. Windows color (decimal): -9956555 or 3478376. OLE color: 3478376.

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

Color convert

RGB 104 19 53 -
CMYK 0 0.82 0.49 0.59
HSL 336º 0.69% 0.24% -
HSV(B) 336º 0.82% 0.41% -
XYZ 6.58 3.67 3.73 -
YUV 48.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 104 19 53 0 0.82 0.49 0.59 336 0.69 0.24
Hex 68 13 35 0 52 31 3B 150 45 18
Octal 150 23 65 0 122 61 73 520 105 30
Binary 1101000 10011 110101 0 1010010 110001 111011 101010000 1000101 11000

Color Harmonies of #681335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681335

Black with #681335

Text Example


Text Example

White with #681335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681335; }

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

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

background-color css

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

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

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

border-color css

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

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

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