Html Css Color HEX #63254B Pompadour

📋 copy color: '#63254B'

red 99 ◦ green 37 ◦ blue 75

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

Shades of Pompadour #63254B

Tints of Pompadour #63254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 46.92%
G = 17.54%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63254B (or 0x63254B) is known color: Pompadour. HEX triplet: 63, 25 and 4B. RGB value is (99,37,75). Sum of RGB (Red+Green+Blue) = 99+37+75=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63254B is #9CDAB4. Grayscale: #3B3B3B. Windows color (decimal): -10279605 or 4924771. OLE color: 4924771.

HSL color Cylindrical-coordinate representation of color #63254B: hue angle of 323.23º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63254B is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 37 75 -
CMYK 0 0.63 0.24 0.61
HSL 323.23º 0.46% 0.27% -
HSV(B) 323.23º 0.63% 0.39% -
XYZ 7.08 4.48 7.15 -
YUV 59.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 99 37 75 0 0.63 0.24 0.61 323.23 0.46 0.27
Hex 63 25 4B 0 3F 18 3D 143 2E 1B
Octal 143 45 113 0 77 30 75 503 56 33
Binary 1100011 100101 1001011 0 111111 11000 111101 101000011 101110 11011

Color Harmonies of #63254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63254B

Black with #63254B

Text Example


Text Example

White with #63254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,37,75); }

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

background-color css

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

 a { background-color: rgb(99,37,75); }

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

border-color css

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

 span { border-color: rgb(99,37,75); }

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