Html Css Color HEX #631234 Pompadour

📋 copy color: '#631234'

red 99 ◦ green 18 ◦ blue 52

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

Shades of Pompadour #631234

Tints of Pompadour #631234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 58.58%
G = 10.65%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#631234 (or 0x631234) is known color: Pompadour. HEX triplet: 63, 12 and 34. RGB value is (99,18,52). Sum of RGB (Red+Green+Blue) = 99+18+52=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #631234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631234 is #9CEDCB. Grayscale: #2E2E2E. Windows color (decimal): -10284492 or 3412579. OLE color: 3412579.

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

Color convert

RGB 99 18 52 -
CMYK 0 0.82 0.47 0.61
HSL 334.81º 0.69% 0.23% -
HSV(B) 334.81º 0.82% 0.39% -
XYZ 5.98 3.33 3.58 -
YUV 46.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 99 18 52 0 0.82 0.47 0.61 334.81 0.69 0.23
Hex 63 12 34 0 52 2F 3D 14F 45 17
Octal 143 22 64 0 122 57 75 517 105 27
Binary 1100011 10010 110100 0 1010010 101111 111101 101001111 1000101 10111

Color Harmonies of #631234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631234

Black with #631234

Text Example


Text Example

White with #631234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631234; }

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

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

background-color css

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

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

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

border-color css

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

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

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