Html Css Color HEX #621E3F Pompadour

📋 copy color: '#621E3F'

red 98 ◦ green 30 ◦ blue 63

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

Shades of Pompadour #621E3F

Tints of Pompadour #621E3F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.71%

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

R = 51.31%
G = 15.71%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#621E3F (or 0x621E3F) is known color: Pompadour. HEX triplet: 62, 1E and 3F. RGB value is (98,30,63). Sum of RGB (Red+Green+Blue) = 98+30+63=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #621E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E3F is #9DE1C0. Grayscale: #363636. Windows color (decimal): -10346945 or 4136546. OLE color: 4136546.

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

Color convert

RGB 98 30 63 -
CMYK 0 0.69 0.36 0.62
HSL 330.88º 0.53% 0.25% -
HSV(B) 330.88º 0.69% 0.38% -
XYZ 6.4 3.88 5.12 -
YUV 54.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 98 30 63 0 0.69 0.36 0.62 330.88 0.53 0.25
Hex 62 1E 3F 0 45 24 3E 14B 35 19
Octal 142 36 77 0 105 44 76 513 65 31
Binary 1100010 11110 111111 0 1000101 100100 111110 101001011 110101 11001

Color Harmonies of #621E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E3F

Black with #621E3F

Text Example


Text Example

White with #621E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,30,63); }

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

background-color css

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

 a { background-color: rgb(98,30,63); }

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

border-color css

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

 span { border-color: rgb(98,30,63); }

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