Html Css Color HEX #631845 Pompadour

📋 copy color: '#631845'

red 99 ◦ green 24 ◦ blue 69

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

Shades of Pompadour #631845

Tints of Pompadour #631845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 51.56%
G = 12.5%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#631845 (or 0x631845) is known color: Pompadour. HEX triplet: 63, 18 and 45. RGB value is (99,24,69). Sum of RGB (Red+Green+Blue) = 99+24+69=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #631845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631845 is #9CE7BA. Grayscale: #333333. Windows color (decimal): -10282939 or 4528227. OLE color: 4528227.

HSL color Cylindrical-coordinate representation of color #631845: hue angle of 324º 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 #631845 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 24 69 -
CMYK 0 0.76 0.30 0.61
HSL 324º 0.61% 0.24% -
HSV(B) 324º 0.76% 0.39% -
XYZ 6.55 3.74 6.01 -
YUV 51.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 99 24 69 0 0.76 0.30 0.61 324 0.61 0.24
Hex 63 18 45 0 4C 1E 3D 144 3D 18
Octal 143 30 105 0 114 36 75 504 75 30
Binary 1100011 11000 1000101 0 1001100 11110 111101 101000100 111101 11000

Color Harmonies of #631845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631845

Black with #631845

Text Example


Text Example

White with #631845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631845; }

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

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

background-color css

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

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

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

border-color css

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

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

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