Html Css Color HEX #68213D Pompadour

📋 copy color: '#68213D'

red 104 ◦ green 33 ◦ blue 61

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

Shades of Pompadour #68213D

Tints of Pompadour #68213D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 52.53%
G = 16.67%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68213D (or 0x68213D) is known color: Pompadour. HEX triplet: 68, 21 and 3D. RGB value is (104,33,61). Sum of RGB (Red+Green+Blue) = 104+33+61=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68213D is #97DEC2. Grayscale: #393939. Windows color (decimal): -9952963 or 4006248. OLE color: 4006248.

HSL color Cylindrical-coordinate representation of color #68213D: hue angle of 336.34º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68213D is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 33 61 -
CMYK 0 0.68 0.41 0.59
HSL 336.34º 0.52% 0.27% -
HSV(B) 336.34º 0.68% 0.41% -
XYZ 7.1 4.37 4.88 -
YUV 57.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 104 33 61 0 0.68 0.41 0.59 336.34 0.52 0.27
Hex 68 21 3D 0 44 29 3B 150 34 1B
Octal 150 41 75 0 104 51 73 520 64 33
Binary 1101000 100001 111101 0 1000100 101001 111011 101010000 110100 11011

Color Harmonies of #68213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68213D

Black with #68213D

Text Example


Text Example

White with #68213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68213D; }

 p { color: rgb(104,33,61); }

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

background-color css

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

 a { background-color: rgb(104,33,61); }

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

border-color css

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

 span { border-color: rgb(104,33,61); }

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