Html Css Color HEX #63233E Pompadour

📋 copy color: '#63233E'

red 99 ◦ green 35 ◦ blue 62

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

Shades of Pompadour #63233E

Tints of Pompadour #63233E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.63%

R = 50.51%
G = 17.86%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#63233E (or 0x63233E) is known color: Pompadour. HEX triplet: 63, 23 and 3E. RGB value is (99,35,62). Sum of RGB (Red+Green+Blue) = 99+35+62=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63233E is #9CDCC1. Grayscale: #393939. Windows color (decimal): -10280130 or 4072291. OLE color: 4072291.

HSL color Cylindrical-coordinate representation of color #63233E: hue angle of 334.69º 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 #63233E is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 35 62 -
CMYK 0 0.65 0.37 0.61
HSL 334.69º 0.48% 0.26% -
HSV(B) 334.69º 0.65% 0.39% -
XYZ 6.62 4.2 5.02 -
YUV 57.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 99 35 62 0 0.65 0.37 0.61 334.69 0.48 0.26
Hex 63 23 3E 0 41 25 3D 14F 30 1A
Octal 143 43 76 0 101 45 75 517 60 32
Binary 1100011 100011 111110 0 1000001 100101 111101 101001111 110000 11010

Color Harmonies of #63233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63233E

Black with #63233E

Text Example


Text Example

White with #63233E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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