Html Css Color HEX #63183C Pompadour

📋 copy color: '#63183C'

red 99 ◦ green 24 ◦ blue 60

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

Shades of Pompadour #63183C

Tints of Pompadour #63183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.79%

R = 54.1%
G = 13.11%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#63183C (or 0x63183C) is known color: Pompadour. HEX triplet: 63, 18 and 3C. RGB value is (99,24,60). Sum of RGB (Red+Green+Blue) = 99+24+60=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63183C is #9CE7C3. Grayscale: #323232. Windows color (decimal): -10282948 or 3938403. OLE color: 3938403.

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

Color convert

RGB 99 24 60 -
CMYK 0 0.76 0.39 0.61
HSL 331.2º 0.61% 0.24% -
HSV(B) 331.2º 0.76% 0.39% -
XYZ 6.29 3.63 4.64 -
YUV 50.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 99 24 60 0 0.76 0.39 0.61 331.2 0.61 0.24
Hex 63 18 3C 0 4C 27 3D 14B 3D 18
Octal 143 30 74 0 114 47 75 513 75 30
Binary 1100011 11000 111100 0 1001100 100111 111101 101001011 111101 11000

Color Harmonies of #63183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63183C

Black with #63183C

Text Example


Text Example

White with #63183C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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