Html Css Color HEX #631B44 Pompadour

📋 copy color: '#631B44'

red 99 ◦ green 27 ◦ blue 68

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

Shades of Pompadour #631B44

Tints of Pompadour #631B44

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.92%

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

R = 51.03%
G = 13.92%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#631B44 (or 0x631B44) is known color: Pompadour. HEX triplet: 63, 1B and 44. RGB value is (99,27,68). Sum of RGB (Red+Green+Blue) = 99+27+68=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #631B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B44 is #9CE4BB. Grayscale: #353535. Windows color (decimal): -10282172 or 4463459. OLE color: 4463459.

HSL color Cylindrical-coordinate representation of color #631B44: hue angle of 325.83º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #631B44 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 27 68 -
CMYK 0 0.73 0.31 0.61
HSL 325.83º 0.57% 0.25% -
HSV(B) 325.83º 0.73% 0.39% -
XYZ 6.58 3.85 5.87 -
YUV 53.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 99 27 68 0 0.73 0.31 0.61 325.83 0.57 0.25
Hex 63 1B 44 0 49 1F 3D 146 39 19
Octal 143 33 104 0 111 37 75 506 71 31
Binary 1100011 11011 1000100 0 1001001 11111 111101 101000110 111001 11001

Color Harmonies of #631B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B44

Black with #631B44

Text Example


Text Example

White with #631B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631B44; }

 p { color: rgb(99,27,68); }

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

background-color css

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

 a { background-color: rgb(99,27,68); }

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

border-color css

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

 span { border-color: rgb(99,27,68); }

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