Html Css Color HEX #631233 Pompadour

📋 copy color: '#631233'

red 99 ◦ green 18 ◦ blue 51

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

Shades of Pompadour #631233

Tints of Pompadour #631233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

 BLUE value IS 51 (20.31% from 255) = 30.36%

R = 58.93%
G = 10.71%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#631233 (or 0x631233) is known color: Pompadour. HEX triplet: 63, 12 and 33. RGB value is (99,18,51). Sum of RGB (Red+Green+Blue) = 99+18+51=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #631233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631233 is #9CEDCC. Grayscale: #2D2D2D. Windows color (decimal): -10284493 or 3347043. OLE color: 3347043.

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

Color convert

RGB 99 18 51 -
CMYK 0 0.82 0.48 0.61
HSL 335.56º 0.69% 0.23% -
HSV(B) 335.56º 0.82% 0.39% -
XYZ 5.96 3.32 3.46 -
YUV 45.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 99 18 51 0 0.82 0.48 0.61 335.56 0.69 0.23
Hex 63 12 33 0 52 30 3D 150 45 17
Octal 143 22 63 0 122 60 75 520 105 27
Binary 1100011 10010 110011 0 1010010 110000 111101 101010000 1000101 10111

Color Harmonies of #631233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631233

Black with #631233

Text Example


Text Example

White with #631233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631233; }

 p { color: rgb(99,18,51); }

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

background-color css

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

 a { background-color: rgb(99,18,51); }

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

border-color css

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

 span { border-color: rgb(99,18,51); }

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