Html Css Color HEX #63253F Pompadour

📋 copy color: '#63253F'

red 99 ◦ green 37 ◦ blue 63

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

Shades of Pompadour #63253F

Tints of Pompadour #63253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.66%

R = 49.75%
G = 18.59%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#63253F (or 0x63253F) is known color: Pompadour. HEX triplet: 63, 25 and 3F. RGB value is (99,37,63). Sum of RGB (Red+Green+Blue) = 99+37+63=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63253F is #9CDAC0. Grayscale: #3A3A3A. Windows color (decimal): -10279617 or 4138339. OLE color: 4138339.

HSL color Cylindrical-coordinate representation of color #63253F: hue angle of 334.84º 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 #63253F is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 37 63 -
CMYK 0 0.63 0.36 0.61
HSL 334.84º 0.46% 0.27% -
HSV(B) 334.84º 0.63% 0.39% -
XYZ 6.7 4.33 5.19 -
YUV 58.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 99 37 63 0 0.63 0.36 0.61 334.84 0.46 0.27
Hex 63 25 3F 0 3F 24 3D 14F 2E 1B
Octal 143 45 77 0 77 44 75 517 56 33
Binary 1100011 100101 111111 0 111111 100100 111101 101001111 101110 11011

Color Harmonies of #63253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63253F

Black with #63253F

Text Example


Text Example

White with #63253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63253F; }

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

 H1.HeaderClassName
 {
   color: #63253F;
 }
 .AnyTagClassName
 {
   color: #63253F;
 }
</style>

background-color css

<style>
 a { background-color: #63253F; }

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

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

border-color css

<style>
 span { border-color: #63253F; }

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

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