Html Css Color HEX #622346 Pompadour

📋 copy color: '#622346'

red 98 ◦ green 35 ◦ blue 70

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

Shades of Pompadour #622346

Tints of Pompadour #622346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 48.28%
G = 17.24%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#622346 (or 0x622346) is known color: Pompadour. HEX triplet: 62, 23 and 46. RGB value is (98,35,70). Sum of RGB (Red+Green+Blue) = 98+35+70=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #622346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622346 is #9DDCB9. Grayscale: #393939. Windows color (decimal): -10345658 or 4596578. OLE color: 4596578.

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

Color convert

RGB 98 35 70 -
CMYK 0 0.64 0.29 0.62
HSL 326.67º 0.47% 0.26% -
HSV(B) 326.67º 0.64% 0.38% -
XYZ 6.74 4.24 6.26 -
YUV 57.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 98 35 70 0 0.64 0.29 0.62 326.67 0.47 0.26
Hex 62 23 46 0 40 1D 3E 147 2F 1A
Octal 142 43 106 0 100 35 76 507 57 32
Binary 1100010 100011 1000110 0 1000000 11101 111110 101000111 101111 11010

Color Harmonies of #622346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622346

Black with #622346

Text Example


Text Example

White with #622346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622346; }

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

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

background-color css

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

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

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

border-color css

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

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

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