Html Css Color HEX #63183A Pompadour

📋 copy color: '#63183A'

red 99 ◦ green 24 ◦ blue 58

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

Shades of Pompadour #63183A

Tints of Pompadour #63183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.04%

R = 54.7%
G = 13.26%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63183A (or 0x63183A) is known color: Pompadour. HEX triplet: 63, 18 and 3A. RGB value is (99,24,58). Sum of RGB (Red+Green+Blue) = 99+24+58=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63183A is #9CE7C5. Grayscale: #323232. Windows color (decimal): -10282950 or 3807331. OLE color: 3807331.

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

Color convert

RGB 99 24 58 -
CMYK 0 0.76 0.41 0.61
HSL 332.8º 0.61% 0.24% -
HSV(B) 332.8º 0.76% 0.39% -
XYZ 6.24 3.61 4.37 -
YUV 50.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 99 24 58 0 0.76 0.41 0.61 332.8 0.61 0.24
Hex 63 18 3A 0 4C 29 3D 14D 3D 18
Octal 143 30 72 0 114 51 75 515 75 30
Binary 1100011 11000 111010 0 1001100 101001 111101 101001101 111101 11000

Color Harmonies of #63183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63183A

Black with #63183A

Text Example


Text Example

White with #63183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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