Html Css Color HEX #622342 Pompadour

📋 copy color: '#622342'

red 98 ◦ green 35 ◦ blue 66

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

Shades of Pompadour #622342

Tints of Pompadour #622342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 49.25%
G = 17.59%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#622342 (or 0x622342) is known color: Pompadour. HEX triplet: 62, 23 and 42. RGB value is (98,35,66). Sum of RGB (Red+Green+Blue) = 98+35+66=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #622342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622342 is #9DDCBD. Grayscale: #393939. Windows color (decimal): -10345662 or 4334434. OLE color: 4334434.

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

Color convert

RGB 98 35 66 -
CMYK 0 0.64 0.33 0.62
HSL 330.48º 0.47% 0.26% -
HSV(B) 330.48º 0.64% 0.38% -
XYZ 6.62 4.19 5.61 -
YUV 57.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 98 35 66 0 0.64 0.33 0.62 330.48 0.47 0.26
Hex 62 23 42 0 40 21 3E 14A 2F 1A
Octal 142 43 102 0 100 41 76 512 57 32
Binary 1100010 100011 1000010 0 1000000 100001 111110 101001010 101111 11010

Color Harmonies of #622342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622342

Black with #622342

Text Example


Text Example

White with #622342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622342; }

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

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

background-color css

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

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

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

border-color css

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

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

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