Html Css Color HEX #622348 Pompadour

📋 copy color: '#622348'

red 98 ◦ green 35 ◦ blue 72

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

Shades of Pompadour #622348

Tints of Pompadour #622348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.12%

R = 47.8%
G = 17.07%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#622348 (or 0x622348) is known color: Pompadour. HEX triplet: 62, 23 and 48. RGB value is (98,35,72). Sum of RGB (Red+Green+Blue) = 98+35+72=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #622348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622348 is #9DDCB7. Grayscale: #393939. Windows color (decimal): -10345656 or 4727650. OLE color: 4727650.

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

Color convert

RGB 98 35 72 -
CMYK 0 0.64 0.27 0.62
HSL 324.76º 0.47% 0.26% -
HSV(B) 324.76º 0.64% 0.38% -
XYZ 6.81 4.27 6.6 -
YUV 58.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 98 35 72 0 0.64 0.27 0.62 324.76 0.47 0.26
Hex 62 23 48 0 40 1B 3E 145 2F 1A
Octal 142 43 110 0 100 33 76 505 57 32
Binary 1100010 100011 1001000 0 1000000 11011 111110 101000101 101111 11010

Color Harmonies of #622348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622348

Black with #622348

Text Example


Text Example

White with #622348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622348; }

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

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

background-color css

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

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

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

border-color css

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

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

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