Html Css Color HEX #62134B Pompadour

📋 copy color: '#62134B'

red 98 ◦ green 19 ◦ blue 75

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

Shades of Pompadour #62134B

Tints of Pompadour #62134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.9%

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

R = 51.04%
G = 9.9%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#62134B (or 0x62134B) is known color: Pompadour. HEX triplet: 62, 13 and 4B. RGB value is (98,19,75). Sum of RGB (Red+Green+Blue) = 98+19+75=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62134B is #9DECB4. Grayscale: #303030. Windows color (decimal): -10349749 or 4920162. OLE color: 4920162.

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

Color convert

RGB 98 19 75 -
CMYK 0 0.81 0.23 0.62
HSL 317.47º 0.68% 0.23% -
HSV(B) 317.47º 0.81% 0.38% -
XYZ 6.54 3.57 7 -
YUV 49.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 98 19 75 0 0.81 0.23 0.62 317.47 0.68 0.23
Hex 62 13 4B 0 51 17 3E 13D 44 17
Octal 142 23 113 0 121 27 76 475 104 27
Binary 1100010 10011 1001011 0 1010001 10111 111110 100111101 1000100 10111

Color Harmonies of #62134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62134B

Black with #62134B

Text Example


Text Example

White with #62134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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