Html Css Color HEX #621F4B Pompadour

📋 copy color: '#621F4B'

red 98 ◦ green 31 ◦ blue 75

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

Shades of Pompadour #621F4B

Tints of Pompadour #621F4B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.2%

 BLUE value IS 75 (29.69% from 255) = 36.76%

R = 48.04%
G = 15.2%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#621F4B (or 0x621F4B) is known color: Pompadour. HEX triplet: 62, 1F and 4B. RGB value is (98,31,75). Sum of RGB (Red+Green+Blue) = 98+31+75=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #621F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F4B is #9DE0B4. Grayscale: #373737. Windows color (decimal): -10346677 or 4923234. OLE color: 4923234.

HSL color Cylindrical-coordinate representation of color #621F4B: hue angle of 320.6º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #621F4B is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 31 75 -
CMYK 0 0.68 0.23 0.62
HSL 320.6º 0.52% 0.25% -
HSV(B) 320.6º 0.68% 0.38% -
XYZ 6.8 4.08 7.09 -
YUV 56.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 98 31 75 0 0.68 0.23 0.62 320.6 0.52 0.25
Hex 62 1F 4B 0 44 17 3E 141 34 19
Octal 142 37 113 0 104 27 76 501 64 31
Binary 1100010 11111 1001011 0 1000100 10111 111110 101000001 110100 11001

Color Harmonies of #621F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621F4B

Black with #621F4B

Text Example


Text Example

White with #621F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621F4B; }

 p { color: rgb(98,31,75); }

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

background-color css

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

 a { background-color: rgb(98,31,75); }

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

border-color css

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

 span { border-color: rgb(98,31,75); }

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