Html Css Color HEX #621C3C Pompadour

📋 copy color: '#621C3C'

red 98 ◦ green 28 ◦ blue 60

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

Shades of Pompadour #621C3C

Tints of Pompadour #621C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.05%

 BLUE value IS 60 (23.83% from 255) = 32.26%

R = 52.69%
G = 15.05%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#621C3C (or 0x621C3C) is known color: Pompadour. HEX triplet: 62, 1C and 3C. RGB value is (98,28,60). Sum of RGB (Red+Green+Blue) = 98+28+60=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #621C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C3C is #9DE3C3. Grayscale: #343434. Windows color (decimal): -10347460 or 3939426. OLE color: 3939426.

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

Color convert

RGB 98 28 60 -
CMYK 0 0.71 0.39 0.62
HSL 332.57º 0.56% 0.25% -
HSV(B) 332.57º 0.71% 0.38% -
XYZ 6.27 3.75 4.67 -
YUV 52.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 98 28 60 0 0.71 0.39 0.62 332.57 0.56 0.25
Hex 62 1C 3C 0 47 27 3E 14D 38 19
Octal 142 34 74 0 107 47 76 515 70 31
Binary 1100010 11100 111100 0 1000111 100111 111110 101001101 111000 11001

Color Harmonies of #621C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621C3C

Black with #621C3C

Text Example


Text Example

White with #621C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621C3C; }

 p { color: rgb(98,28,60); }

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

background-color css

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

 a { background-color: rgb(98,28,60); }

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

border-color css

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

 span { border-color: rgb(98,28,60); }

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