Html Css Color HEX #68233F Pompadour

📋 copy color: '#68233F'

red 104 ◦ green 35 ◦ blue 63

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

Shades of Pompadour #68233F

Tints of Pompadour #68233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.33%

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

R = 51.49%
G = 17.33%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68233F (or 0x68233F) is known color: Pompadour. HEX triplet: 68, 23 and 3F. RGB value is (104,35,63). Sum of RGB (Red+Green+Blue) = 104+35+63=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68233F is #97DCC0. Grayscale: #3A3A3A. Windows color (decimal): -9952449 or 4137832. OLE color: 4137832.

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

Color convert

RGB 104 35 63 -
CMYK 0 0.66 0.39 0.59
HSL 335.65º 0.5% 0.27% -
HSV(B) 335.65º 0.66% 0.41% -
XYZ 7.21 4.5 5.19 -
YUV 58.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 104 35 63 0 0.66 0.39 0.59 335.65 0.5 0.27
Hex 68 23 3F 0 42 27 3B 150 32 1B
Octal 150 43 77 0 102 47 73 520 62 33
Binary 1101000 100011 111111 0 1000010 100111 111011 101010000 110010 11011

Color Harmonies of #68233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68233F

Black with #68233F

Text Example


Text Example

White with #68233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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