Html Css Color HEX #621B3B Pompadour

📋 copy color: '#621B3B'

red 98 ◦ green 27 ◦ blue 59

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

Shades of Pompadour #621B3B

Tints of Pompadour #621B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.07%

R = 53.26%
G = 14.67%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#621B3B (or 0x621B3B) is known color: Pompadour. HEX triplet: 62, 1B and 3B. RGB value is (98,27,59). Sum of RGB (Red+Green+Blue) = 98+27+59=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #621B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B3B is #9DE4C4. Grayscale: #333333. Windows color (decimal): -10347717 or 3873634. OLE color: 3873634.

HSL color Cylindrical-coordinate representation of color #621B3B: hue angle of 332.96º 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 #621B3B is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 27 59 -
CMYK 0 0.72 0.40 0.62
HSL 332.96º 0.57% 0.25% -
HSV(B) 332.96º 0.72% 0.38% -
XYZ 6.22 3.7 4.52 -
YUV 51.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 98 27 59 0 0.72 0.40 0.62 332.96 0.57 0.25
Hex 62 1B 3B 0 48 28 3E 14D 39 19
Octal 142 33 73 0 110 50 76 515 71 31
Binary 1100010 11011 111011 0 1001000 101000 111110 101001101 111001 11001

Color Harmonies of #621B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B3B

Black with #621B3B

Text Example


Text Example

White with #621B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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