Html Css Color HEX #62294B Pompadour

📋 copy color: '#62294B'

red 98 ◦ green 41 ◦ blue 75

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

Shades of Pompadour #62294B

Tints of Pompadour #62294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.16%

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 45.79%
G = 19.16%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#62294B (or 0x62294B) is known color: Pompadour. HEX triplet: 62, 29 and 4B. RGB value is (98,41,75). Sum of RGB (Red+Green+Blue) = 98+41+75=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #62294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62294B is #9DD6B4. Grayscale: #3D3D3D. Windows color (decimal): -10344117 or 4925794. OLE color: 4925794.

HSL color Cylindrical-coordinate representation of color #62294B: hue angle of 324.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62294B is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 41 75 -
CMYK 0 0.58 0.23 0.62
HSL 324.21º 0.41% 0.27% -
HSV(B) 324.21º 0.58% 0.38% -
XYZ 7.1 4.69 7.19 -
YUV 61.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 98 41 75 0 0.58 0.23 0.62 324.21 0.41 0.27
Hex 62 29 4B 0 3A 17 3E 144 29 1B
Octal 142 51 113 0 72 27 76 504 51 33
Binary 1100010 101001 1001011 0 111010 10111 111110 101000100 101001 11011

Color Harmonies of #62294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62294B

Black with #62294B

Text Example


Text Example

White with #62294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62294B; }

 p { color: rgb(98,41,75); }

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

background-color css

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

 a { background-color: rgb(98,41,75); }

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

border-color css

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

 span { border-color: rgb(98,41,75); }

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