Html Css Color HEX #623150 Pompadour

📋 copy color: '#623150'

red 98 ◦ green 49 ◦ blue 80

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

Shades of Pompadour #623150

Tints of Pompadour #623150

RGB

 RED value IS 98 (38.67% from 255) = 43.17%

 GREEN value IS 49 (19.53% from 255) = 21.59%

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 43.17%
G = 21.59%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#623150 (or 0x623150) is known color: Pompadour. HEX triplet: 62, 31 and 50. RGB value is (98,49,80). Sum of RGB (Red+Green+Blue) = 98+49+80=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #623150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623150 is #9DCEAF. Grayscale: #434343. Windows color (decimal): -10342064 or 5255522. OLE color: 5255522.

HSL color Cylindrical-coordinate representation of color #623150: hue angle of 322.04º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #623150 is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 49 80 -
CMYK 0 0.5 0.18 0.62
HSL 322.04º 0.33% 0.29% -
HSV(B) 322.04º 0.5% 0.38% -
XYZ 7.58 5.37 8.23 -
YUV 67.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 98 49 80 0 0.5 0.18 0.62 322.04 0.33 0.29
Hex 62 31 50 0 32 12 3E 142 21 1D
Octal 142 61 120 0 62 22 76 502 41 35
Binary 1100010 110001 1010000 0 110010 10010 111110 101000010 100001 11101

Color Harmonies of #623150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623150

Black with #623150

Text Example


Text Example

White with #623150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623150; }

 p { color: rgb(98,49,80); }

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

background-color css

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

 a { background-color: rgb(98,49,80); }

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

border-color css

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

 span { border-color: rgb(98,49,80); }

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