Html Css Color HEX #622B46 Pompadour

📋 copy color: '#622B46'

red 98 ◦ green 43 ◦ blue 70

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

Shades of Pompadour #622B46

Tints of Pompadour #622B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.38%

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

R = 46.45%
G = 20.38%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#622B46 (or 0x622B46) is known color: Pompadour. HEX triplet: 62, 2B and 46. RGB value is (98,43,70). Sum of RGB (Red+Green+Blue) = 98+43+70=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #622B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622B46 is #9DD4B9. Grayscale: #3E3E3E. Windows color (decimal): -10343610 or 4598626. OLE color: 4598626.

HSL color Cylindrical-coordinate representation of color #622B46: hue angle of 330.55º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #622B46 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 43 70 -
CMYK 0 0.56 0.29 0.62
HSL 330.55º 0.39% 0.28% -
HSV(B) 330.55º 0.56% 0.38% -
XYZ 7.01 4.77 6.35 -
YUV 62.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 98 43 70 0 0.56 0.29 0.62 330.55 0.39 0.28
Hex 62 2B 46 0 38 1D 3E 14B 27 1C
Octal 142 53 106 0 70 35 76 513 47 34
Binary 1100010 101011 1000110 0 111000 11101 111110 101001011 100111 11100

Color Harmonies of #622B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622B46

Black with #622B46

Text Example


Text Example

White with #622B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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