Html Css Color HEX #631C3C Pompadour

📋 copy color: '#631C3C'

red 99 ◦ green 28 ◦ blue 60

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

Shades of Pompadour #631C3C

Tints of Pompadour #631C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.97%

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 52.94%
G = 14.97%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#631C3C (or 0x631C3C) is known color: Pompadour. HEX triplet: 63, 1C and 3C. RGB value is (99,28,60). Sum of RGB (Red+Green+Blue) = 99+28+60=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #631C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C3C is #9CE3C3. Grayscale: #343434. Windows color (decimal): -10281924 or 3939427. OLE color: 3939427.

HSL color Cylindrical-coordinate representation of color #631C3C: hue angle of 332.96º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C3C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 28 60 -
CMYK 0 0.72 0.39 0.61
HSL 332.96º 0.56% 0.25% -
HSV(B) 332.96º 0.72% 0.39% -
XYZ 6.38 3.81 4.67 -
YUV 52.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 99 28 60 0 0.72 0.39 0.61 332.96 0.56 0.25
Hex 63 1C 3C 0 48 27 3D 14D 38 19
Octal 143 34 74 0 110 47 75 515 70 31
Binary 1100011 11100 111100 0 1001000 100111 111101 101001101 111000 11001

Color Harmonies of #631C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C3C

Black with #631C3C

Text Example


Text Example

White with #631C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631C3C; }

 p { color: rgb(99,28,60); }

 H1.HeaderClassName
 {
   color: #631C3C;
 }
 .AnyTagClassName
 {
   color: #631C3C;
 }
</style>

background-color css

<style>
 a { background-color: #631C3C; }

 a { background-color: rgb(99,28,60); }

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

border-color css

<style>
 span { border-color: #631C3C; }

 span { border-color: rgb(99,28,60); }

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