Html Css Color HEX #622340 Pompadour

📋 copy color: '#622340'

red 98 ◦ green 35 ◦ blue 64

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

Shades of Pompadour #622340

Tints of Pompadour #622340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 49.75%
G = 17.77%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#622340 (or 0x622340) is known color: Pompadour. HEX triplet: 62, 23 and 40. RGB value is (98,35,64). Sum of RGB (Red+Green+Blue) = 98+35+64=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #622340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622340 is #9DDCBF. Grayscale: #393939. Windows color (decimal): -10345664 or 4203362. OLE color: 4203362.

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

Color convert

RGB 98 35 64 -
CMYK 0 0.64 0.35 0.62
HSL 332.38º 0.47% 0.26% -
HSV(B) 332.38º 0.64% 0.38% -
XYZ 6.56 4.17 5.31 -
YUV 57.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 98 35 64 0 0.64 0.35 0.62 332.38 0.47 0.26
Hex 62 23 40 0 40 23 3E 14C 2F 1A
Octal 142 43 100 0 100 43 76 514 57 32
Binary 1100010 100011 1000000 0 1000000 100011 111110 101001100 101111 11010

Color Harmonies of #622340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622340

Black with #622340

Text Example


Text Example

White with #622340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622340; }

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

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

background-color css

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

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

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

border-color css

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

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

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