Html Css Color HEX #631A37 Pompadour

📋 copy color: '#631A37'

red 99 ◦ green 26 ◦ blue 55

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

Shades of Pompadour #631A37

Tints of Pompadour #631A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.44%

 BLUE value IS 55 (21.88% from 255) = 30.56%

R = 55%
G = 14.44%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#631A37 (or 0x631A37) is known color: Pompadour. HEX triplet: 63, 1A and 37. RGB value is (99,26,55). Sum of RGB (Red+Green+Blue) = 99+26+55=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #631A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A37 is #9CE5C8. Grayscale: #333333. Windows color (decimal): -10282441 or 3611235. OLE color: 3611235.

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

Color convert

RGB 99 26 55 -
CMYK 0 0.74 0.44 0.61
HSL 336.16º 0.58% 0.25% -
HSV(B) 336.16º 0.74% 0.39% -
XYZ 6.2 3.67 4 -
YUV 51.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 99 26 55 0 0.74 0.44 0.61 336.16 0.58 0.25
Hex 63 1A 37 0 4A 2C 3D 150 3A 19
Octal 143 32 67 0 112 54 75 520 72 31
Binary 1100011 11010 110111 0 1001010 101100 111101 101010000 111010 11001

Color Harmonies of #631A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A37

Black with #631A37

Text Example


Text Example

White with #631A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,26,55); }

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

background-color css

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

 a { background-color: rgb(99,26,55); }

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

border-color css

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

 span { border-color: rgb(99,26,55); }

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