Html Css Color HEX #63123A Pompadour

📋 copy color: '#63123A'

red 99 ◦ green 18 ◦ blue 58

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

Shades of Pompadour #63123A

Tints of Pompadour #63123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 56.57%
G = 10.29%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63123A (or 0x63123A) is known color: Pompadour. HEX triplet: 63, 12 and 3A. RGB value is (99,18,58). Sum of RGB (Red+Green+Blue) = 99+18+58=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #63123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63123A is #9CEDC5. Grayscale: #2E2E2E. Windows color (decimal): -10284486 or 3805795. OLE color: 3805795.

HSL color Cylindrical-coordinate representation of color #63123A: hue angle of 330.37º 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 #63123A is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 58 -
CMYK 0 0.82 0.41 0.61
HSL 330.37º 0.69% 0.23% -
HSV(B) 330.37º 0.82% 0.39% -
XYZ 6.13 3.39 4.33 -
YUV 46.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 99 18 58 0 0.82 0.41 0.61 330.37 0.69 0.23
Hex 63 12 3A 0 52 29 3D 14A 45 17
Octal 143 22 72 0 122 51 75 512 105 27
Binary 1100011 10010 111010 0 1010010 101001 111101 101001010 1000101 10111

Color Harmonies of #63123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63123A

Black with #63123A

Text Example


Text Example

White with #63123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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