Html Css Color HEX #622341 Pompadour

📋 copy color: '#622341'

red 98 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #622341

Tints of Pompadour #622341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 49.49%
G = 17.68%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#622341 (or 0x622341) is known color: Pompadour. HEX triplet: 62, 23 and 41. RGB value is (98,35,65). Sum of RGB (Red+Green+Blue) = 98+35+65=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #622341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622341 is #9DDCBE. Grayscale: #393939. Windows color (decimal): -10345663 or 4268898. OLE color: 4268898.

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

Color convert

RGB 98 35 65 -
CMYK 0 0.64 0.34 0.62
HSL 331.43º 0.47% 0.26% -
HSV(B) 331.43º 0.64% 0.38% -
XYZ 6.59 4.18 5.46 -
YUV 57.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 98 35 65 0 0.64 0.34 0.62 331.43 0.47 0.26
Hex 62 23 41 0 40 22 3E 14B 2F 1A
Octal 142 43 101 0 100 42 76 513 57 32
Binary 1100010 100011 1000001 0 1000000 100010 111110 101001011 101111 11010

Color Harmonies of #622341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622341

Black with #622341

Text Example


Text Example

White with #622341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622341; }

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

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

background-color css

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

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

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

border-color css

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

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

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