Html Css Color HEX #621F3A Pompadour

📋 copy color: '#621F3A'

red 98 ◦ green 31 ◦ blue 58

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

Shades of Pompadour #621F3A

Tints of Pompadour #621F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.58%

 BLUE value IS 58 (23.05% from 255) = 31.02%

R = 52.41%
G = 16.58%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#621F3A (or 0x621F3A) is known color: Pompadour. HEX triplet: 62, 1F and 3A. RGB value is (98,31,58). Sum of RGB (Red+Green+Blue) = 98+31+58=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #621F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F3A is #9DE0C5. Grayscale: #363636. Windows color (decimal): -10346694 or 3809122. OLE color: 3809122.

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

Color convert

RGB 98 31 58 -
CMYK 0 0.68 0.41 0.62
HSL 335.82º 0.52% 0.25% -
HSV(B) 335.82º 0.68% 0.38% -
XYZ 6.29 3.88 4.42 -
YUV 54.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 98 31 58 0 0.68 0.41 0.62 335.82 0.52 0.25
Hex 62 1F 3A 0 44 29 3E 150 34 19
Octal 142 37 72 0 104 51 76 520 64 31
Binary 1100010 11111 111010 0 1000100 101001 111110 101010000 110100 11001

Color Harmonies of #621F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621F3A

Black with #621F3A

Text Example


Text Example

White with #621F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,31,58); }

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

background-color css

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

 a { background-color: rgb(98,31,58); }

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

border-color css

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

 span { border-color: rgb(98,31,58); }

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