Html Css Color HEX #631841 Pompadour

📋 copy color: '#631841'

red 99 ◦ green 24 ◦ blue 65

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

Shades of Pompadour #631841

Tints of Pompadour #631841

RGB

 RED value IS 99 (39.06% from 255) = 52.66%

 GREEN value IS 24 (9.77% from 255) = 12.77%

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 52.66%
G = 12.77%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#631841 (or 0x631841) is known color: Pompadour. HEX triplet: 63, 18 and 41. RGB value is (99,24,65). Sum of RGB (Red+Green+Blue) = 99+24+65=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631841 is #9CE7BE. Grayscale: #333333. Windows color (decimal): -10282943 or 4266083. OLE color: 4266083.

HSL color Cylindrical-coordinate representation of color #631841: hue angle of 327.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631841 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 24 65 -
CMYK 0 0.76 0.34 0.61
HSL 327.2º 0.61% 0.24% -
HSV(B) 327.2º 0.76% 0.39% -
XYZ 6.43 3.69 5.37 -
YUV 51.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 99 24 65 0 0.76 0.34 0.61 327.2 0.61 0.24
Hex 63 18 41 0 4C 22 3D 147 3D 18
Octal 143 30 101 0 114 42 75 507 75 30
Binary 1100011 11000 1000001 0 1001100 100010 111101 101000111 111101 11000

Color Harmonies of #631841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631841

Black with #631841

Text Example


Text Example

White with #631841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631841; }

 p { color: rgb(99,24,65); }

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

background-color css

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

 a { background-color: rgb(99,24,65); }

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

border-color css

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

 span { border-color: rgb(99,24,65); }

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