Html Css Color HEX #621B4B Pompadour

📋 copy color: '#621B4B'

red 98 ◦ green 27 ◦ blue 75

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

Shades of Pompadour #621B4B

Tints of Pompadour #621B4B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.5%

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

R = 49%
G = 13.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#621B4B (or 0x621B4B) is known color: Pompadour. HEX triplet: 62, 1B and 4B. RGB value is (98,27,75). Sum of RGB (Red+Green+Blue) = 98+27+75=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #621B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B4B is #9DE4B4. Grayscale: #353535. Windows color (decimal): -10347701 or 4922210. OLE color: 4922210.

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

Color convert

RGB 98 27 75 -
CMYK 0 0.72 0.23 0.62
HSL 319.44º 0.57% 0.25% -
HSV(B) 319.44º 0.72% 0.38% -
XYZ 6.7 3.89 7.05 -
YUV 53.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 98 27 75 0 0.72 0.23 0.62 319.44 0.57 0.25
Hex 62 1B 4B 0 48 17 3E 13F 39 19
Octal 142 33 113 0 110 27 76 477 71 31
Binary 1100010 11011 1001011 0 1001000 10111 111110 100111111 111001 11001

Color Harmonies of #621B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B4B

Black with #621B4B

Text Example


Text Example

White with #621B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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