Html Css Color HEX #621333 Pompadour

📋 copy color: '#621333'

red 98 ◦ green 19 ◦ blue 51

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

Shades of Pompadour #621333

Tints of Pompadour #621333

RGB

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

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

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

R = 58.33%
G = 11.31%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#621333 (or 0x621333) is known color: Pompadour. HEX triplet: 62, 13 and 33. RGB value is (98,19,51). Sum of RGB (Red+Green+Blue) = 98+19+51=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #621333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621333 is #9DECCC. Grayscale: #2E2E2E. Windows color (decimal): -10349773 or 3347298. OLE color: 3347298.

HSL color Cylindrical-coordinate representation of color #621333: hue angle of 335.7º 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 #621333 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 51 -
CMYK 0 0.81 0.48 0.62
HSL 335.7º 0.68% 0.23% -
HSV(B) 335.7º 0.81% 0.38% -
XYZ 5.87 3.3 3.46 -
YUV 46.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 98 19 51 0 0.81 0.48 0.62 335.7 0.68 0.23
Hex 62 13 33 0 51 30 3E 150 44 17
Octal 142 23 63 0 121 60 76 520 104 27
Binary 1100010 10011 110011 0 1010001 110000 111110 101010000 1000100 10111

Color Harmonies of #621333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621333

Black with #621333

Text Example


Text Example

White with #621333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621333; }

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

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

background-color css

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

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

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

border-color css

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

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

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