Html Css Color HEX #621642 Pompadour

📋 copy color: '#621642'

red 98 ◦ green 22 ◦ blue 66

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

Shades of Pompadour #621642

Tints of Pompadour #621642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.83%

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 52.69%
G = 11.83%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#621642 (or 0x621642) is known color: Pompadour. HEX triplet: 62, 16 and 42. RGB value is (98,22,66). Sum of RGB (Red+Green+Blue) = 98+22+66=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #621642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621642 is #9DE9BD. Grayscale: #313131. Windows color (decimal): -10348990 or 4331106. OLE color: 4331106.

HSL color Cylindrical-coordinate representation of color #621642: hue angle of 325.26º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621642 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 22 66 -
CMYK 0 0.78 0.33 0.62
HSL 325.26º 0.63% 0.24% -
HSV(B) 325.26º 0.78% 0.38% -
XYZ 6.31 3.56 5.51 -
YUV 49.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 98 22 66 0 0.78 0.33 0.62 325.26 0.63 0.24
Hex 62 16 42 0 4E 21 3E 145 3F 18
Octal 142 26 102 0 116 41 76 505 77 30
Binary 1100010 10110 1000010 0 1001110 100001 111110 101000101 111111 11000

Color Harmonies of #621642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621642

Black with #621642

Text Example


Text Example

White with #621642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621642; }

 p { color: rgb(98,22,66); }

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

background-color css

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

 a { background-color: rgb(98,22,66); }

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

border-color css

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

 span { border-color: rgb(98,22,66); }

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