Html Css Color HEX #631838 Pompadour

📋 copy color: '#631838'

red 99 ◦ green 24 ◦ blue 56

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

Shades of Pompadour #631838

Tints of Pompadour #631838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.28%

R = 55.31%
G = 13.41%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#631838 (or 0x631838) is known color: Pompadour. HEX triplet: 63, 18 and 38. RGB value is (99,24,56). Sum of RGB (Red+Green+Blue) = 99+24+56=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #631838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631838 is #9CE7C7. Grayscale: #323232. Windows color (decimal): -10282952 or 3676259. OLE color: 3676259.

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

Color convert

RGB 99 24 56 -
CMYK 0 0.76 0.43 0.61
HSL 334.4º 0.61% 0.24% -
HSV(B) 334.4º 0.76% 0.39% -
XYZ 6.19 3.59 4.11 -
YUV 50.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 99 24 56 0 0.76 0.43 0.61 334.4 0.61 0.24
Hex 63 18 38 0 4C 2B 3D 14E 3D 18
Octal 143 30 70 0 114 53 75 516 75 30
Binary 1100011 11000 111000 0 1001100 101011 111101 101001110 111101 11000

Color Harmonies of #631838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631838

Black with #631838

Text Example


Text Example

White with #631838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631838; }

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

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

background-color css

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

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

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

border-color css

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

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

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