Html Css Color HEX #621344 Pompadour

📋 copy color: '#621344'

red 98 ◦ green 19 ◦ blue 68

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

Shades of Pompadour #621344

Tints of Pompadour #621344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.76%

R = 52.97%
G = 10.27%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#621344 (or 0x621344) is known color: Pompadour. HEX triplet: 62, 13 and 44. RGB value is (98,19,68). Sum of RGB (Red+Green+Blue) = 98+19+68=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621344 is #9DECBB. Grayscale: #303030. Windows color (decimal): -10349756 or 4461410. OLE color: 4461410.

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

Color convert

RGB 98 19 68 -
CMYK 0 0.81 0.31 0.62
HSL 322.78º 0.68% 0.23% -
HSV(B) 322.78º 0.81% 0.38% -
XYZ 6.31 3.48 5.81 -
YUV 48.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 98 19 68 0 0.81 0.31 0.62 322.78 0.68 0.23
Hex 62 13 44 0 51 1F 3E 143 44 17
Octal 142 23 104 0 121 37 76 503 104 27
Binary 1100010 10011 1000100 0 1010001 11111 111110 101000011 1000100 10111

Color Harmonies of #621344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621344

Black with #621344

Text Example


Text Example

White with #621344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621344; }

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

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

background-color css

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

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

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

border-color css

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

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

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