Html Css Color HEX #63233D Pompadour

📋 copy color: '#63233D'

red 99 ◦ green 35 ◦ blue 61

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

Shades of Pompadour #63233D

Tints of Pompadour #63233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

 BLUE value IS 61 (24.22% from 255) = 31.28%

R = 50.77%
G = 17.95%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63233D (or 0x63233D) is known color: Pompadour. HEX triplet: 63, 23 and 3D. RGB value is (99,35,61). Sum of RGB (Red+Green+Blue) = 99+35+61=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63233D is #9CDCC2. Grayscale: #393939. Windows color (decimal): -10280131 or 4006755. OLE color: 4006755.

HSL color Cylindrical-coordinate representation of color #63233D: hue angle of 335.62º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63233D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 35 61 -
CMYK 0 0.65 0.38 0.61
HSL 335.63º 0.48% 0.26% -
HSV(B) 335.63º 0.65% 0.39% -
XYZ 6.59 4.19 4.88 -
YUV 57.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 99 35 61 0 0.65 0.38 0.61 335.63 0.48 0.26
Hex 63 23 3D 0 41 26 3D 150 30 1A
Octal 143 43 75 0 101 46 75 520 60 32
Binary 1100011 100011 111101 0 1000001 100110 111101 101010000 110000 11010

Color Harmonies of #63233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63233D

Black with #63233D

Text Example


Text Example

White with #63233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63233D; }

 p { color: rgb(99,35,61); }

 H1.HeaderClassName
 {
   color: #63233D;
 }
 .AnyTagClassName
 {
   color: #63233D;
 }
</style>

background-color css

<style>
 a { background-color: #63233D; }

 a { background-color: rgb(99,35,61); }

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

border-color css

<style>
 span { border-color: #63233D; }

 span { border-color: rgb(99,35,61); }

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