Html Css Color HEX #68243F Pompadour

📋 copy color: '#68243F'

red 104 ◦ green 36 ◦ blue 63

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

Shades of Pompadour #68243F

Tints of Pompadour #68243F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 51.23%
G = 17.73%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68243F (or 0x68243F) is known color: Pompadour. HEX triplet: 68, 24 and 3F. RGB value is (104,36,63). Sum of RGB (Red+Green+Blue) = 104+36+63=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68243F is #97DBC0. Grayscale: #3B3B3B. Windows color (decimal): -9952193 or 4138088. OLE color: 4138088.

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

Color convert

RGB 104 36 63 -
CMYK 0 0.65 0.39 0.59
HSL 336.18º 0.49% 0.27% -
HSV(B) 336.18º 0.65% 0.41% -
XYZ 7.24 4.56 5.2 -
YUV 59.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 104 36 63 0 0.65 0.39 0.59 336.18 0.49 0.27
Hex 68 24 3F 0 41 27 3B 150 31 1B
Octal 150 44 77 0 101 47 73 520 61 33
Binary 1101000 100100 111111 0 1000001 100111 111011 101010000 110001 11011

Color Harmonies of #68243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68243F

Black with #68243F

Text Example


Text Example

White with #68243F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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