Html Css Color HEX #63153C Pompadour

📋 copy color: '#63153C'

red 99 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #63153C

Tints of Pompadour #63153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

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

R = 55%
G = 11.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#63153C (or 0x63153C) is known color: Pompadour. HEX triplet: 63, 15 and 3C. RGB value is (99,21,60). Sum of RGB (Red+Green+Blue) = 99+21+60=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63153C is #9CEAC3. Grayscale: #303030. Windows color (decimal): -10283716 or 3937635. OLE color: 3937635.

HSL color Cylindrical-coordinate representation of color #63153C: hue angle of 330º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63153C is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 21 60 -
CMYK 0 0.79 0.39 0.61
HSL 330º 0.65% 0.24% -
HSV(B) 330º 0.79% 0.39% -
XYZ 6.23 3.52 4.63 -
YUV 48.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 99 21 60 0 0.79 0.39 0.61 330 0.65 0.24
Hex 63 15 3C 0 4F 27 3D 14A 41 18
Octal 143 25 74 0 117 47 75 512 101 30
Binary 1100011 10101 111100 0 1001111 100111 111101 101001010 1000001 11000

Color Harmonies of #63153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63153C

Black with #63153C

Text Example


Text Example

White with #63153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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