Html Css Color HEX #622640 Pompadour

📋 copy color: '#622640'

red 98 ◦ green 38 ◦ blue 64

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

Shades of Pompadour #622640

Tints of Pompadour #622640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

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

R = 49%
G = 19%
B = 32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#622640 (or 0x622640) is known color: Pompadour. HEX triplet: 62, 26 and 40. RGB value is (98,38,64). Sum of RGB (Red+Green+Blue) = 98+38+64=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #622640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622640 is #9DD9BF. Grayscale: #3A3A3A. Windows color (decimal): -10344896 or 4204130. OLE color: 4204130.

HSL color Cylindrical-coordinate representation of color #622640: hue angle of 334º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #622640 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 38 64 -
CMYK 0 0.61 0.35 0.62
HSL 334º 0.44% 0.27% -
HSV(B) 334º 0.61% 0.38% -
XYZ 6.66 4.35 5.34 -
YUV 58.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 98 38 64 0 0.61 0.35 0.62 334 0.44 0.27
Hex 62 26 40 0 3D 23 3E 14E 2C 1B
Octal 142 46 100 0 75 43 76 516 54 33
Binary 1100010 100110 1000000 0 111101 100011 111110 101001110 101100 11011

Color Harmonies of #622640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622640

Black with #622640

Text Example


Text Example

White with #622640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622640; }

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

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

background-color css

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

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

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

border-color css

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

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

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