Html Css Color HEX #63123F Pompadour

📋 copy color: '#63123F'

red 99 ◦ green 18 ◦ blue 63

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

Shades of Pompadour #63123F

Tints of Pompadour #63123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10%

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

R = 55%
G = 10%
B = 35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#63123F (or 0x63123F) is known color: Pompadour. HEX triplet: 63, 12 and 3F. RGB value is (99,18,63). Sum of RGB (Red+Green+Blue) = 99+18+63=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63123F is #9CEDC0. Grayscale: #2F2F2F. Windows color (decimal): -10284481 or 4133475. OLE color: 4133475.

HSL color Cylindrical-coordinate representation of color #63123F: hue angle of 326.67º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63123F is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 63 -
CMYK 0 0.82 0.36 0.61
HSL 326.67º 0.69% 0.23% -
HSV(B) 326.67º 0.82% 0.39% -
XYZ 6.26 3.44 5.04 -
YUV 47.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 99 18 63 0 0.82 0.36 0.61 326.67 0.69 0.23
Hex 63 12 3F 0 52 24 3D 147 45 17
Octal 143 22 77 0 122 44 75 507 105 27
Binary 1100011 10010 111111 0 1010010 100100 111101 101000111 1000101 10111

Color Harmonies of #63123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63123F

Black with #63123F

Text Example


Text Example

White with #63123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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