Html Css Color HEX #62133D Pompadour

📋 copy color: '#62133D'

red 98 ◦ green 19 ◦ blue 61

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

Shades of Pompadour #62133D

Tints of Pompadour #62133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 55.06%
G = 10.67%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#62133D (or 0x62133D) is known color: Pompadour. HEX triplet: 62, 13 and 3D. RGB value is (98,19,61). Sum of RGB (Red+Green+Blue) = 98+19+61=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62133D is #9DECC2. Grayscale: #2F2F2F. Windows color (decimal): -10349763 or 4002658. OLE color: 4002658.

HSL color Cylindrical-coordinate representation of color #62133D: hue angle of 328.1º 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 #62133D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 61 -
CMYK 0 0.81 0.38 0.62
HSL 328.1º 0.68% 0.23% -
HSV(B) 328.1º 0.81% 0.38% -
XYZ 6.11 3.4 4.75 -
YUV 47.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 98 19 61 0 0.81 0.38 0.62 328.1 0.68 0.23
Hex 62 13 3D 0 51 26 3E 148 44 17
Octal 142 23 75 0 121 46 76 510 104 27
Binary 1100010 10011 111101 0 1010001 100110 111110 101001000 1000100 10111

Color Harmonies of #62133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62133D

Black with #62133D

Text Example


Text Example

White with #62133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62133D; }

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

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

background-color css

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

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

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

border-color css

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

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

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