Html Css Color HEX #621337 Pompadour

📋 copy color: '#621337'

red 98 ◦ green 19 ◦ blue 55

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

Shades of Pompadour #621337

Tints of Pompadour #621337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

 BLUE value IS 55 (21.88% from 255) = 31.98%

R = 56.98%
G = 11.05%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#621337 (or 0x621337) is known color: Pompadour. HEX triplet: 62, 13 and 37. RGB value is (98,19,55). Sum of RGB (Red+Green+Blue) = 98+19+55=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #621337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621337 is #9DECC8. Grayscale: #2E2E2E. Windows color (decimal): -10349769 or 3609442. OLE color: 3609442.

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

Color convert

RGB 98 19 55 -
CMYK 0 0.81 0.44 0.62
HSL 332.66º 0.68% 0.23% -
HSV(B) 332.66º 0.81% 0.38% -
XYZ 5.96 3.34 3.94 -
YUV 46.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 98 19 55 0 0.81 0.44 0.62 332.66 0.68 0.23
Hex 62 13 37 0 51 2C 3E 14D 44 17
Octal 142 23 67 0 121 54 76 515 104 27
Binary 1100010 10011 110111 0 1010001 101100 111110 101001101 1000100 10111

Color Harmonies of #621337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621337

Black with #621337

Text Example


Text Example

White with #621337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621337; }

 p { color: rgb(98,19,55); }

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

background-color css

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

 a { background-color: rgb(98,19,55); }

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

border-color css

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

 span { border-color: rgb(98,19,55); }

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