Html Css Color HEX #621433 Pompadour

📋 copy color: '#621433'

red 98 ◦ green 20 ◦ blue 51

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

Shades of Pompadour #621433

Tints of Pompadour #621433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.83%

 BLUE value IS 51 (20.31% from 255) = 30.18%

R = 57.99%
G = 11.83%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#621433 (or 0x621433) is known color: Pompadour. HEX triplet: 62, 14 and 33. RGB value is (98,20,51). Sum of RGB (Red+Green+Blue) = 98+20+51=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #621433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621433 is #9DEBCC. Grayscale: #2E2E2E. Windows color (decimal): -10349517 or 3347554. OLE color: 3347554.

HSL color Cylindrical-coordinate representation of color #621433: hue angle of 336.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621433 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 51 -
CMYK 0 0.80 0.48 0.62
HSL 336.15º 0.66% 0.23% -
HSV(B) 336.15º 0.8% 0.38% -
XYZ 5.88 3.34 3.47 -
YUV 46.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 98 20 51 0 0.80 0.48 0.62 336.15 0.66 0.23
Hex 62 14 33 0 50 30 3E 150 42 17
Octal 142 24 63 0 120 60 76 520 102 27
Binary 1100010 10100 110011 0 1010000 110000 111110 101010000 1000010 10111

Color Harmonies of #621433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621433

Black with #621433

Text Example


Text Example

White with #621433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621433; }

 p { color: rgb(98,20,51); }

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

background-color css

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

 a { background-color: rgb(98,20,51); }

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

border-color css

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

 span { border-color: rgb(98,20,51); }

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