Html Css Color HEX #68223F Pompadour

📋 copy color: '#68223F'

red 104 ◦ green 34 ◦ blue 63

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

Shades of Pompadour #68223F

Tints of Pompadour #68223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

 BLUE value IS 63 (25% from 255) = 31.34%

R = 51.74%
G = 16.92%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68223F (or 0x68223F) is known color: Pompadour. HEX triplet: 68, 22 and 3F. RGB value is (104,34,63). Sum of RGB (Red+Green+Blue) = 104+34+63=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68223F is #97DDC0. Grayscale: #3A3A3A. Windows color (decimal): -9952705 or 4137576. OLE color: 4137576.

HSL color Cylindrical-coordinate representation of color #68223F: hue angle of 335.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68223F is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 34 63 -
CMYK 0 0.67 0.39 0.59
HSL 335.14º 0.51% 0.27% -
HSV(B) 335.14º 0.67% 0.41% -
XYZ 7.18 4.45 5.18 -
YUV 58.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 104 34 63 0 0.67 0.39 0.59 335.14 0.51 0.27
Hex 68 22 3F 0 43 27 3B 14F 33 1B
Octal 150 42 77 0 103 47 73 517 63 33
Binary 1101000 100010 111111 0 1000011 100111 111011 101001111 110011 11011

Color Harmonies of #68223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68223F

Black with #68223F

Text Example


Text Example

White with #68223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68223F; }

 p { color: rgb(104,34,63); }

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

background-color css

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

 a { background-color: rgb(104,34,63); }

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

border-color css

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

 span { border-color: rgb(104,34,63); }

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