Html Css Color HEX #63223F Pompadour

📋 copy color: '#63223F'

red 99 ◦ green 34 ◦ blue 63

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

Shades of Pompadour #63223F

Tints of Pompadour #63223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 50.51%
G = 17.35%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#63223F (or 0x63223F) is known color: Pompadour. HEX triplet: 63, 22 and 3F. RGB value is (99,34,63). Sum of RGB (Red+Green+Blue) = 99+34+63=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63223F is #9CDDC0. Grayscale: #383838. Windows color (decimal): -10280385 or 4137571. OLE color: 4137571.

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

Color convert

RGB 99 34 63 -
CMYK 0 0.66 0.36 0.61
HSL 333.23º 0.49% 0.26% -
HSV(B) 333.23º 0.66% 0.39% -
XYZ 6.61 4.16 5.16 -
YUV 56.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 99 34 63 0 0.66 0.36 0.61 333.23 0.49 0.26
Hex 63 22 3F 0 42 24 3D 14D 31 1A
Octal 143 42 77 0 102 44 75 515 61 32
Binary 1100011 100010 111111 0 1000010 100100 111101 101001101 110001 11010

Color Harmonies of #63223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63223F

Black with #63223F

Text Example


Text Example

White with #63223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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