Html Css Color HEX #63183B Pompadour

📋 copy color: '#63183B'

red 99 ◦ green 24 ◦ blue 59

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

Shades of Pompadour #63183B

Tints of Pompadour #63183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.42%

R = 54.4%
G = 13.19%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63183B (or 0x63183B) is known color: Pompadour. HEX triplet: 63, 18 and 3B. RGB value is (99,24,59). Sum of RGB (Red+Green+Blue) = 99+24+59=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63183B is #9CE7C4. Grayscale: #323232. Windows color (decimal): -10282949 or 3872867. OLE color: 3872867.

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

Color convert

RGB 99 24 59 -
CMYK 0 0.76 0.40 0.61
HSL 332º 0.61% 0.24% -
HSV(B) 332º 0.76% 0.39% -
XYZ 6.26 3.62 4.51 -
YUV 50.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 99 24 59 0 0.76 0.40 0.61 332 0.61 0.24
Hex 63 18 3B 0 4C 28 3D 14C 3D 18
Octal 143 30 73 0 114 50 75 514 75 30
Binary 1100011 11000 111011 0 1001100 101000 111101 101001100 111101 11000

Color Harmonies of #63183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63183B

Black with #63183B

Text Example


Text Example

White with #63183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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