Html Css Color HEX #631335 Pompadour

📋 copy color: '#631335'

red 99 ◦ green 19 ◦ blue 53

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

Shades of Pompadour #631335

Tints of Pompadour #631335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

 BLUE value IS 53 (21.09% from 255) = 30.99%

R = 57.89%
G = 11.11%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#631335 (or 0x631335) is known color: Pompadour. HEX triplet: 63, 13 and 35. RGB value is (99,19,53). Sum of RGB (Red+Green+Blue) = 99+19+53=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #631335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631335 is #9CECCA. Grayscale: #2E2E2E. Windows color (decimal): -10284235 or 3478371. OLE color: 3478371.

HSL color Cylindrical-coordinate representation of color #631335: hue angle of 334.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631335 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 53 -
CMYK 0 0.81 0.46 0.61
HSL 334.5º 0.68% 0.23% -
HSV(B) 334.5º 0.81% 0.39% -
XYZ 6.02 3.38 3.7 -
YUV 46.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 99 19 53 0 0.81 0.46 0.61 334.5 0.68 0.23
Hex 63 13 35 0 51 2E 3D 14E 44 17
Octal 143 23 65 0 121 56 75 516 104 27
Binary 1100011 10011 110101 0 1010001 101110 111101 101001110 1000100 10111

Color Harmonies of #631335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631335

Black with #631335

Text Example


Text Example

White with #631335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631335; }

 p { color: rgb(99,19,53); }

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

background-color css

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

 a { background-color: rgb(99,19,53); }

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

border-color css

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

 span { border-color: rgb(99,19,53); }

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